{
  "code": 200,
  "status": "SUCCESS",
  "message": "Experiment page",
  "data": {
    "dataType": "SC_RNA_SEQ",
    "columnDescriptions": [
      {
        "title": "Library ID",
        "infoBubble": "Identifier of the RNA-Seq library",
        "attributes": [
          "result.library.id"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type ID",
        "infoBubble": "ID of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Cell type name",
        "infoBubble": "Name of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type author annotation",
        "infoBubble": "Free text annotation of cell type as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.cellTypeAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity ID",
        "infoBubble": "ID of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Anat. entity name",
        "infoBubble": "Name of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity author annotation",
        "infoBubble": "Free text annotation of anatomical localization of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntityAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage ID",
        "infoBubble": "ID of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.id"
        ],
        "columnType": "DEV_STAGE",
        "export": true
      },
      {
        "title": "Stage name",
        "infoBubble": "Name of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage author annotation",
        "infoBubble": "Free text annotation of the developmental and life stage of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.devStageAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sex",
        "infoBubble": "Annotation of the sex of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.sex"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Strain",
        "infoBubble": "Annotation of the strain of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.strain"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time",
        "infoBubble": "Free text annotation of the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.time"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time unit",
        "infoBubble": "Unit for the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.timeUnit"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Species",
        "attributes": [
          "result.annotation.rawDataCondition.species.genus",
          "result.annotation.rawDataCondition.species.speciesName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Physiological status",
        "infoBubble": "Physiological status of the organism at time of sampling",
        "attributes": [
          "result.annotation.physiologicalStatus"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Technology",
        "attributes": [
          "result.library.technology.protocolName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequencing platform",
        "attributes": [
          "result.library.technology.sequencingPlatfomName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequenced transcript part",
        "infoBubble": "Possible values are: full length, all parts of the transcript are sequenced; 3': only the 3' end of the transcript is sequenced; 5': only the 5' end of the transcript is sequenced.",
        "attributes": [
          "result.library.technology.sequencedTranscriptPart"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fractionation",
        "infoBubble": "Possible values are: cell, transcripts are extracted from the cell; nuclei, transcripts are extracted from the nucleus.",
        "attributes": [
          "result.library.technology.cellCompartment"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fragmentation",
        "infoBubble": "Size of the RNA fragmentation",
        "attributes": [
          "result.library.technology.fragmentation"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Run sequencing type",
        "infoBubble": "Paired-end or single-read run",
        "attributes": [
          "result.library.technology.libraryType"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Total read count",
        "infoBubble": "Total number of reads for the library.",
        "attributes": [
          "result.library.pipelineSummary.allReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped read count",
        "infoBubble": "Number of reads that could be mapped to the transcriptome.",
        "attributes": [
          "result.library.pipelineSummary.mappedReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Total UMI count",
        "infoBubble": "Total number of individual RNA molecules (UMI) for the annotated sample. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.allUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped UMI count",
        "infoBubble": "Number of UMIs that could be mapped to the transcriptome. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.mappedUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Distinct rank count",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, number of distinct ranks observed, to have a value of the power for distinguishing expression levels. Used as a weight to compute a weighted mean rank accross samples for each gene and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.distinctRankCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Max rank",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, maximum rank attained in the sample. Used to normalize ranks accross samples and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.maxRank"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Link to processed expression values",
        "infoBubble": "See the processed expression value results for this assay",
        "columnType": "LINK_TO_PROC_EXPR_VALUES",
        "filterTargets": [
          {
            "valueAttributeName": "result.library.experiment.id",
            "urlParameterName": "filter_exp_id"
          },
          {
            "valueAttributeName": "result.library.id",
            "urlParameterName": "filter_assay_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.cellType.id",
            "urlParameterName": "filter_cell_type_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.anatEntity.id",
            "urlParameterName": "filter_anat_entity_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.devStage.id",
            "urlParameterName": "filter_stage_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.sex",
            "urlParameterName": "filter_sex"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.strain",
            "urlParameterName": "filter_strain"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.species.id",
            "urlParameterName": "filter_species_id"
          }
        ],
        "export": false
      }
    ],
    "experiment": {
      "sampleMultiplexing": true,
      "numberOfAnnotatedCells": 135153,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "ERP117745",
        "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s41586-019-1652-y",
      "name": "Human fetal liver, skin and kidney single cell transcriptome data",
      "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
      "id": "ERP117745"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.934251,
          "sdRefIntergenicDistribution": 1.562167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 181676,
          "distinctRankCount": 789,
          "maxRank": 22174.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.530681,
          "sdRefIntergenicDistribution": 1.483819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103200,
          "distinctRankCount": 493,
          "maxRank": 21391.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.347525,
          "sdRefIntergenicDistribution": 1.716633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 312980,
          "distinctRankCount": 837,
          "maxRank": 23063.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.561399,
          "sdRefIntergenicDistribution": 1.832366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 576442,
          "distinctRankCount": 1519,
          "maxRank": 23279.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.605953,
          "sdRefIntergenicDistribution": 1.463291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75914,
          "distinctRankCount": 467,
          "maxRank": 20932.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.282296,
          "sdRefIntergenicDistribution": 1.501008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44540,
          "distinctRankCount": 279,
          "maxRank": 20032.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.622503,
          "sdRefIntergenicDistribution": 1.362719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33072,
          "distinctRankCount": 212,
          "maxRank": 19743.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 784726887,
            "mappedReadsCount": 576251199,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.895714,
          "sdRefIntergenicDistribution": 1.664239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 225716,
          "distinctRankCount": 718,
          "maxRank": 22439.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.558903,
          "sdRefIntergenicDistribution": 1.422119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16867,
          "distinctRankCount": 160,
          "maxRank": 18967.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.667616,
          "sdRefIntergenicDistribution": 1.651220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29415,
          "distinctRankCount": 114,
          "maxRank": 18839.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.139443,
          "sdRefIntergenicDistribution": 1.464562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22276,
          "distinctRankCount": 144,
          "maxRank": 19040.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 170.233766,
          "sdRefIntergenicDistribution": 1.438137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6954,
          "distinctRankCount": 74,
          "maxRank": 18271.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.276078,
          "sdRefIntergenicDistribution": 1.716523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159432,
          "distinctRankCount": 670,
          "maxRank": 21833.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.371594,
          "sdRefIntergenicDistribution": 1.702230,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 207150,
          "distinctRankCount": 757,
          "maxRank": 21915.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.345818,
          "sdRefIntergenicDistribution": 1.949553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 715589,
          "distinctRankCount": 1744,
          "maxRank": 23757.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.377130,
          "sdRefIntergenicDistribution": 1.437495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43195,
          "distinctRankCount": 356,
          "maxRank": 19911.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.447063,
          "sdRefIntergenicDistribution": 1.637250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 241317,
          "distinctRankCount": 1019,
          "maxRank": 22297.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.059901,
          "sdRefIntergenicDistribution": 1.466089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31746,
          "distinctRankCount": 285,
          "maxRank": 19548.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 224.308992,
          "sdRefIntergenicDistribution": 1.281708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4904,
          "distinctRankCount": 66,
          "maxRank": 18033.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 268.682183,
          "sdRefIntergenicDistribution": 1.382977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4500,
          "distinctRankCount": 62,
          "maxRank": 18135.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.720201,
          "sdRefIntergenicDistribution": 1.582658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28893,
          "distinctRankCount": 176,
          "maxRank": 19222.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.408635,
          "sdRefIntergenicDistribution": 1.453869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52110,
          "distinctRankCount": 353,
          "maxRank": 20346.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 747143448,
            "mappedReadsCount": 573623914,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.826150,
          "sdRefIntergenicDistribution": 1.351828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9508,
          "distinctRankCount": 108,
          "maxRank": 18811.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.093035,
          "sdRefIntergenicDistribution": 1.324101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25062,
          "distinctRankCount": 212,
          "maxRank": 19718.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.446878,
          "sdRefIntergenicDistribution": 2.840041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10209143,
          "distinctRankCount": 6497,
          "maxRank": 26161.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.542942,
          "sdRefIntergenicDistribution": 1.533807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 472415,
          "distinctRankCount": 413,
          "maxRank": 20777.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.256987,
          "sdRefIntergenicDistribution": 3.077340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25007930,
          "distinctRankCount": 6971,
          "maxRank": 26569.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.628834,
          "sdRefIntergenicDistribution": 1.566031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 224951,
          "distinctRankCount": 909,
          "maxRank": 22512.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.659935,
          "sdRefIntergenicDistribution": 1.318794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25330,
          "distinctRankCount": 197,
          "maxRank": 19542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.114571,
          "sdRefIntergenicDistribution": 1.285921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54246,
          "distinctRankCount": 323,
          "maxRank": 20446.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.504767,
          "sdRefIntergenicDistribution": 1.908155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 460056,
          "distinctRankCount": 1493,
          "maxRank": 23911.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.803129,
          "sdRefIntergenicDistribution": 1.636190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 227910,
          "distinctRankCount": 860,
          "maxRank": 22968.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.328400,
          "sdRefIntergenicDistribution": 1.704367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1044048,
          "distinctRankCount": 1374,
          "maxRank": 23716.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.526937,
          "sdRefIntergenicDistribution": 1.974710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1165028,
          "distinctRankCount": 2486,
          "maxRank": 24314.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.914572,
          "sdRefIntergenicDistribution": 1.797777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 804529,
          "distinctRankCount": 2078,
          "maxRank": 23664.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.333381,
          "sdRefIntergenicDistribution": 1.395362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110992,
          "distinctRankCount": 480,
          "maxRank": 21318.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.800019,
          "sdRefIntergenicDistribution": 1.356820,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16409,
          "distinctRankCount": 171,
          "maxRank": 19432.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.864452,
          "sdRefIntergenicDistribution": 1.330737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34154,
          "distinctRankCount": 267,
          "maxRank": 20185.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.122056,
          "sdRefIntergenicDistribution": 1.472173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71646,
          "distinctRankCount": 466,
          "maxRank": 21052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.179981,
          "sdRefIntergenicDistribution": 1.356947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50289,
          "distinctRankCount": 369,
          "maxRank": 20592.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.359313,
          "sdRefIntergenicDistribution": 1.360835,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55014,
          "distinctRankCount": 367,
          "maxRank": 20635.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 755704229,
            "mappedReadsCount": 609813542,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.087019,
          "sdRefIntergenicDistribution": 1.853817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 773007,
          "distinctRankCount": 1868,
          "maxRank": 23991.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.349608,
          "sdRefIntergenicDistribution": 1.411934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55026,
          "distinctRankCount": 349,
          "maxRank": 20667.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.673930,
          "sdRefIntergenicDistribution": 1.675875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283353,
          "distinctRankCount": 798,
          "maxRank": 22357.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.616972,
          "sdRefIntergenicDistribution": 1.513979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182941,
          "distinctRankCount": 714,
          "maxRank": 21949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.015503,
          "sdRefIntergenicDistribution": 2.081931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 926980,
          "distinctRankCount": 1766,
          "maxRank": 24208.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.035676,
          "sdRefIntergenicDistribution": 1.619651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 259230,
          "distinctRankCount": 944,
          "maxRank": 22678.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.136351,
          "sdRefIntergenicDistribution": 1.340093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25242,
          "distinctRankCount": 205,
          "maxRank": 19551.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.930102,
          "sdRefIntergenicDistribution": 1.634419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 268309,
          "distinctRankCount": 1076,
          "maxRank": 22737.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.365404,
          "sdRefIntergenicDistribution": 1.923050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 705489,
          "distinctRankCount": 1582,
          "maxRank": 23919.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.277180,
          "sdRefIntergenicDistribution": 1.573404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42987,
          "distinctRankCount": 49,
          "maxRank": 17971.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 147.531170,
          "sdRefIntergenicDistribution": 1.340699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9686,
          "distinctRankCount": 43,
          "maxRank": 18003.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.127481,
          "sdRefIntergenicDistribution": 2.475485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2274421,
          "distinctRankCount": 2664,
          "maxRank": 25557.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.323476,
          "sdRefIntergenicDistribution": 1.438288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87394,
          "distinctRankCount": 524,
          "maxRank": 21255.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.943863,
          "sdRefIntergenicDistribution": 1.433413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106573,
          "distinctRankCount": 592,
          "maxRank": 21554.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633403448,
            "mappedReadsCount": 473938462,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.532482,
          "sdRefIntergenicDistribution": 1.882013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1062707,
          "distinctRankCount": 2697,
          "maxRank": 24399.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 661674672,
            "mappedReadsCount": 509553720,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 174.129478,
          "sdRefIntergenicDistribution": 1.385263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6389,
          "distinctRankCount": 69,
          "maxRank": 18322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 661674672,
            "mappedReadsCount": 509553720,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.274980,
          "sdRefIntergenicDistribution": 1.643822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 372165,
          "distinctRankCount": 193,
          "maxRank": 19404.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 661674672,
            "mappedReadsCount": 509553720,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.598011,
          "sdRefIntergenicDistribution": 1.763686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 886879,
          "distinctRankCount": 1410,
          "maxRank": 22871.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 661674672,
            "mappedReadsCount": 509553720,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.002650,
          "sdRefIntergenicDistribution": 1.415522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 77897,
          "distinctRankCount": 504,
          "maxRank": 21173.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 660675857,
            "mappedReadsCount": 442164107,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.076473,
          "sdRefIntergenicDistribution": 1.289290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11786,
          "distinctRankCount": 116,
          "maxRank": 19006.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 660675857,
            "mappedReadsCount": 442164107,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.541355,
          "sdRefIntergenicDistribution": 1.343468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21295,
          "distinctRankCount": 169,
          "maxRank": 19449.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 660675857,
            "mappedReadsCount": 442164107,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.888936,
          "sdRefIntergenicDistribution": 1.387727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7853,
          "distinctRankCount": 74,
          "maxRank": 18541.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 660675857,
            "mappedReadsCount": 442164107,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 159.283115,
          "sdRefIntergenicDistribution": 1.222030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6456,
          "distinctRankCount": 66,
          "maxRank": 18435.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 660675857,
            "mappedReadsCount": 442164107,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 246.011784,
          "sdRefIntergenicDistribution": 1.282877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3941,
          "distinctRankCount": 55,
          "maxRank": 18344.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.808596,
          "sdRefIntergenicDistribution": 1.357728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53398,
          "distinctRankCount": 353,
          "maxRank": 20649.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.974719,
          "sdRefIntergenicDistribution": 1.942015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 882304,
          "distinctRankCount": 2205,
          "maxRank": 24258.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.866996,
          "sdRefIntergenicDistribution": 1.384538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40330,
          "distinctRankCount": 309,
          "maxRank": 20345.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.021654,
          "sdRefIntergenicDistribution": 1.551480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93543,
          "distinctRankCount": 481,
          "maxRank": 21080.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.418566,
          "sdRefIntergenicDistribution": 2.983788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13458395,
          "distinctRankCount": 7107,
          "maxRank": 26583.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.881621,
          "sdRefIntergenicDistribution": 1.747748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1513016,
          "distinctRankCount": 688,
          "maxRank": 22015.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.300903,
          "sdRefIntergenicDistribution": 3.047713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19665397,
          "distinctRankCount": 6689,
          "maxRank": 26399.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.762625,
          "sdRefIntergenicDistribution": 1.660952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 363656,
          "distinctRankCount": 1287,
          "maxRank": 23163.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.018444,
          "sdRefIntergenicDistribution": 2.304463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2309900,
          "distinctRankCount": 3623,
          "maxRank": 25083.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.241194,
          "sdRefIntergenicDistribution": 1.755244,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 658174,
          "distinctRankCount": 1772,
          "maxRank": 23670.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.827607,
          "sdRefIntergenicDistribution": 1.537438,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50879,
          "distinctRankCount": 298,
          "maxRank": 20134.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.163477,
          "sdRefIntergenicDistribution": 1.381211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50630,
          "distinctRankCount": 291,
          "maxRank": 20403.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.234147,
          "sdRefIntergenicDistribution": 1.445393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105934,
          "distinctRankCount": 627,
          "maxRank": 21469.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.889367,
          "sdRefIntergenicDistribution": 1.311442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22350,
          "distinctRankCount": 195,
          "maxRank": 19503.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.856883,
          "sdRefIntergenicDistribution": 1.544782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 321363,
          "distinctRankCount": 787,
          "maxRank": 22566.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.787603,
          "sdRefIntergenicDistribution": 1.397961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46894,
          "distinctRankCount": 326,
          "maxRank": 20606.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.386574,
          "sdRefIntergenicDistribution": 1.375182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40738,
          "distinctRankCount": 322,
          "maxRank": 20416.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.172687,
          "sdRefIntergenicDistribution": 1.390847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51040,
          "distinctRankCount": 363,
          "maxRank": 20542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.093986,
          "sdRefIntergenicDistribution": 1.538590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 206008,
          "distinctRankCount": 786,
          "maxRank": 22158.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.190446,
          "sdRefIntergenicDistribution": 1.253655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12734,
          "distinctRankCount": 134,
          "maxRank": 19139.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.311233,
          "sdRefIntergenicDistribution": 1.970899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 503649,
          "distinctRankCount": 1453,
          "maxRank": 23949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.000280,
          "sdRefIntergenicDistribution": 1.336856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28879,
          "distinctRankCount": 236,
          "maxRank": 20212.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 605027402,
            "mappedReadsCount": 447622496,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.767582,
          "sdRefIntergenicDistribution": 1.467039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61911,
          "distinctRankCount": 280,
          "maxRank": 20278.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 647664150,
            "mappedReadsCount": 437057457,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581442"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.520155,
          "sdRefIntergenicDistribution": 1.814732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 501360,
          "distinctRankCount": 135,
          "maxRank": 18972.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 647664150,
            "mappedReadsCount": 437057457,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581442"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.448435,
          "sdRefIntergenicDistribution": 1.588086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 83361,
          "distinctRankCount": 384,
          "maxRank": 21285.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.061325,
          "sdRefIntergenicDistribution": 1.545838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110812,
          "distinctRankCount": 616,
          "maxRank": 21941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.828260,
          "sdRefIntergenicDistribution": 1.972907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 578255,
          "distinctRankCount": 1325,
          "maxRank": 23991.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.384331,
          "sdRefIntergenicDistribution": 1.630270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173199,
          "distinctRankCount": 689,
          "maxRank": 22102.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.320645,
          "sdRefIntergenicDistribution": 1.727872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 324397,
          "distinctRankCount": 1059,
          "maxRank": 22995.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.006941,
          "sdRefIntergenicDistribution": 1.310627,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14067,
          "distinctRankCount": 136,
          "maxRank": 19030.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649688980,
            "mappedReadsCount": 438782178,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.373601,
          "sdRefIntergenicDistribution": 1.959148,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 496534,
          "distinctRankCount": 1218,
          "maxRank": 23661.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642288359,
            "mappedReadsCount": 421764281,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581444"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.775754,
          "sdRefIntergenicDistribution": 1.347440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11383,
          "distinctRankCount": 78,
          "maxRank": 18582.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642288359,
            "mappedReadsCount": 421764281,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581444"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 196.512494,
          "sdRefIntergenicDistribution": 1.254832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5191,
          "distinctRankCount": 64,
          "maxRank": 18479.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.298423,
          "sdRefIntergenicDistribution": 1.737576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 268375,
          "distinctRankCount": 1085,
          "maxRank": 22722.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 177.168522,
          "sdRefIntergenicDistribution": 1.598824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6217,
          "distinctRankCount": 85,
          "maxRank": 18184.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.721196,
          "sdRefIntergenicDistribution": 1.247787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7817,
          "distinctRankCount": 35,
          "maxRank": 17852.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.336402,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.131871,
          "sdRefIntergenicDistribution": 1.410125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8346,
          "distinctRankCount": 93,
          "maxRank": 18296.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.798163,
          "sdRefIntergenicDistribution": 1.358048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11250,
          "distinctRankCount": 94,
          "maxRank": 18543.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.911736,
          "sdRefIntergenicDistribution": 1.848628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 301090,
          "distinctRankCount": 1191,
          "maxRank": 22607.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.590486,
          "sdRefIntergenicDistribution": 1.806432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 309228,
          "distinctRankCount": 920,
          "maxRank": 22278.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.633839,
          "sdRefIntergenicDistribution": 1.539702,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91453,
          "distinctRankCount": 632,
          "maxRank": 20701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.005214,
          "sdRefIntergenicDistribution": 1.581399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182752,
          "distinctRankCount": 803,
          "maxRank": 21991.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 671731995,
            "mappedReadsCount": 479841433,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.664208,
          "sdRefIntergenicDistribution": 2.268479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1392555,
          "distinctRankCount": 2606,
          "maxRank": 24805.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.825031,
          "sdRefIntergenicDistribution": 1.694771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 369000,
          "distinctRankCount": 1258,
          "maxRank": 23401.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.781040,
          "sdRefIntergenicDistribution": 1.302882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10813,
          "distinctRankCount": 118,
          "maxRank": 19013.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.788813,
          "sdRefIntergenicDistribution": 2.387119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3423437,
          "distinctRankCount": 4364,
          "maxRank": 25265.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.751084,
          "sdRefIntergenicDistribution": 1.537939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 697715,
          "distinctRankCount": 345,
          "maxRank": 20733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.387578,
          "sdRefIntergenicDistribution": 2.954806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14317325,
          "distinctRankCount": 6037,
          "maxRank": 26203.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.723647,
          "sdRefIntergenicDistribution": 1.570076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 222786,
          "distinctRankCount": 893,
          "maxRank": 22719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.837867,
          "sdRefIntergenicDistribution": 1.930293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 923501,
          "distinctRankCount": 2270,
          "maxRank": 24108.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.289527,
          "sdRefIntergenicDistribution": 1.818272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 681079,
          "distinctRankCount": 2126,
          "maxRank": 23752.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.506862,
          "sdRefIntergenicDistribution": 1.260945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11216,
          "distinctRankCount": 104,
          "maxRank": 19007.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.288920,
          "sdRefIntergenicDistribution": 1.425427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140616,
          "distinctRankCount": 577,
          "maxRank": 21929.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.327574,
          "sdRefIntergenicDistribution": 1.320647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14745,
          "distinctRankCount": 119,
          "maxRank": 19229.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.380892,
          "sdRefIntergenicDistribution": 1.432927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87405,
          "distinctRankCount": 565,
          "maxRank": 21347.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.965506,
          "sdRefIntergenicDistribution": 1.266409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11163,
          "distinctRankCount": 89,
          "maxRank": 19056.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.298494,
          "sdRefIntergenicDistribution": 1.288724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9348,
          "distinctRankCount": 105,
          "maxRank": 18845.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 649340879,
            "mappedReadsCount": 500550557,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.478263,
          "sdRefIntergenicDistribution": 1.513254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68966,
          "distinctRankCount": 234,
          "maxRank": 19905.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.479439,
          "sdRefIntergenicDistribution": 1.858277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 319669,
          "distinctRankCount": 2482,
          "maxRank": 23210.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.927794,
          "sdRefIntergenicDistribution": 1.387615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8035,
          "distinctRankCount": 218,
          "maxRank": 18697.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.024567,
          "sdRefIntergenicDistribution": 1.701158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 273402,
          "distinctRankCount": 2957,
          "maxRank": 22862.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 165.342158,
          "sdRefIntergenicDistribution": 1.298770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6557,
          "distinctRankCount": 107,
          "maxRank": 18513.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.391304,
          "sdRefIntergenicDistribution": 1.651456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 310622,
          "distinctRankCount": 2868,
          "maxRank": 23122.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.184914,
          "sdRefIntergenicDistribution": 1.446938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58576,
          "distinctRankCount": 1077,
          "maxRank": 20836.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.276573,
          "sdRefIntergenicDistribution": 1.529529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85885,
          "distinctRankCount": 1204,
          "maxRank": 21080.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 297.485470,
          "sdRefIntergenicDistribution": 1.360366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3608,
          "distinctRankCount": 130,
          "maxRank": 18231.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 642628020,
            "mappedReadsCount": 443675448,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.202639,
          "sdRefIntergenicDistribution": 1.819779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 479956,
          "distinctRankCount": 3302,
          "maxRank": 23730.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 650974952,
            "mappedReadsCount": 453545228,
            "minReadLength": 75,
            "maxReadLength": 75
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581448"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.543609,
          "sdRefIntergenicDistribution": 1.499357,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 327792,
          "distinctRankCount": 101,
          "maxRank": 18569.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.778746,
          "sdRefIntergenicDistribution": 1.995005,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1007884,
          "distinctRankCount": 1409,
          "maxRank": 24129.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.821590,
          "sdRefIntergenicDistribution": 1.789525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 528453,
          "distinctRankCount": 937,
          "maxRank": 23644.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.638734,
          "sdRefIntergenicDistribution": 3.113980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10854343,
          "distinctRankCount": 4451,
          "maxRank": 26722.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.775069,
          "sdRefIntergenicDistribution": 2.202062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2854739,
          "distinctRankCount": 2969,
          "maxRank": 25166.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.016506,
          "sdRefIntergenicDistribution": 1.723748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1268827,
          "distinctRankCount": 474,
          "maxRank": 21769.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.054896,
          "sdRefIntergenicDistribution": 1.552778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 406597,
          "distinctRankCount": 897,
          "maxRank": 22590.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.236388,
          "sdRefIntergenicDistribution": 1.786471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 452738,
          "distinctRankCount": 976,
          "maxRank": 23680.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.800749,
          "sdRefIntergenicDistribution": 1.551050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 329902,
          "distinctRankCount": 907,
          "maxRank": 23103.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.303666,
          "sdRefIntergenicDistribution": 1.600727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 295008,
          "distinctRankCount": 837,
          "maxRank": 23085.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.137641,
          "sdRefIntergenicDistribution": 2.609824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2753207,
          "distinctRankCount": 2248,
          "maxRank": 25418.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.591849,
          "sdRefIntergenicDistribution": 2.171826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1266441,
          "distinctRankCount": 1626,
          "maxRank": 24330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.201160,
          "sdRefIntergenicDistribution": 1.437763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140824,
          "distinctRankCount": 542,
          "maxRank": 21764.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.042286,
          "sdRefIntergenicDistribution": 1.915621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 803713,
          "distinctRankCount": 1558,
          "maxRank": 23805.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.846928,
          "sdRefIntergenicDistribution": 1.320640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21556,
          "distinctRankCount": 169,
          "maxRank": 19569.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.111954,
          "sdRefIntergenicDistribution": 2.056613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 869046,
          "distinctRankCount": 1281,
          "maxRank": 24043.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.583039,
          "sdRefIntergenicDistribution": 1.648760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 235604,
          "distinctRankCount": 716,
          "maxRank": 22719.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.325768,
          "sdRefIntergenicDistribution": 1.470804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140901,
          "distinctRankCount": 523,
          "maxRank": 21960.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.818354,
          "sdRefIntergenicDistribution": 2.093513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1084678,
          "distinctRankCount": 1585,
          "maxRank": 24336.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.644970,
          "sdRefIntergenicDistribution": 2.053488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1154535,
          "distinctRankCount": 1875,
          "maxRank": 24412.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.158217,
          "sdRefIntergenicDistribution": 1.252582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9920,
          "distinctRankCount": 42,
          "maxRank": 18172.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.829709,
          "sdRefIntergenicDistribution": 1.598486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 263794,
          "distinctRankCount": 675,
          "maxRank": 22420.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.999160,
          "sdRefIntergenicDistribution": 2.582565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3107596,
          "distinctRankCount": 2560,
          "maxRank": 25300.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.253535,
          "sdRefIntergenicDistribution": 1.780178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 450270,
          "distinctRankCount": 794,
          "maxRank": 23455.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.027810,
          "sdRefIntergenicDistribution": 1.421890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102244,
          "distinctRankCount": 406,
          "maxRank": 21770.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 189.950181,
          "sdRefIntergenicDistribution": 1.157510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5158,
          "distinctRankCount": 49,
          "maxRank": 18490.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 380459226,
            "mappedReadsCount": 268769025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.841030,
          "sdRefIntergenicDistribution": 1.992802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 978289,
          "distinctRankCount": 1544,
          "maxRank": 24760.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.288650,
          "sdRefIntergenicDistribution": 2.995192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22483858,
          "distinctRankCount": 6670,
          "maxRank": 27638.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.886922,
          "sdRefIntergenicDistribution": 1.686662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1488308,
          "distinctRankCount": 685,
          "maxRank": 22661.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.197296,
          "sdRefIntergenicDistribution": 3.279866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53862819,
          "distinctRankCount": 7770,
          "maxRank": 28246.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.271209,
          "sdRefIntergenicDistribution": 1.580919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 385688,
          "distinctRankCount": 879,
          "maxRank": 23409.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.539947,
          "sdRefIntergenicDistribution": 2.349361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4863100,
          "distinctRankCount": 3586,
          "maxRank": 26226.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.118404,
          "sdRefIntergenicDistribution": 1.890375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1461944,
          "distinctRankCount": 1831,
          "maxRank": 24853.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.021254,
          "sdRefIntergenicDistribution": 1.252197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39294,
          "distinctRankCount": 256,
          "maxRank": 20082.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.939303,
          "sdRefIntergenicDistribution": 1.471264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 407191,
          "distinctRankCount": 814,
          "maxRank": 23183.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.201352,
          "sdRefIntergenicDistribution": 1.297586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39001,
          "distinctRankCount": 253,
          "maxRank": 20395.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.346500,
          "sdRefIntergenicDistribution": 1.387305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 89737,
          "distinctRankCount": 367,
          "maxRank": 21411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.879207,
          "sdRefIntergenicDistribution": 1.541582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 320873,
          "distinctRankCount": 753,
          "maxRank": 23039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.817851,
          "sdRefIntergenicDistribution": 1.271046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18912,
          "distinctRankCount": 152,
          "maxRank": 19189.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.261196,
          "sdRefIntergenicDistribution": 2.300497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1911161,
          "distinctRankCount": 2258,
          "maxRank": 25732.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.070325,
          "sdRefIntergenicDistribution": 1.431923,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189440,
          "distinctRankCount": 554,
          "maxRank": 22767.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.833661,
          "sdRefIntergenicDistribution": 2.221098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2803658,
          "distinctRankCount": 2417,
          "maxRank": 25967.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376653323,
            "mappedReadsCount": 273779281,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.047340,
          "sdRefIntergenicDistribution": 1.577086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1178682,
          "distinctRankCount": 1088,
          "maxRank": 24124.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.878490,
          "sdRefIntergenicDistribution": 1.330049,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102168,
          "distinctRankCount": 555,
          "maxRank": 21372.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.151821,
          "sdRefIntergenicDistribution": 1.830910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1385583,
          "distinctRankCount": 2126,
          "maxRank": 24973.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 157.276899,
          "sdRefIntergenicDistribution": 1.150161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6508,
          "distinctRankCount": 63,
          "maxRank": 18258.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.765505,
          "sdRefIntergenicDistribution": 1.578328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 258480,
          "distinctRankCount": 928,
          "maxRank": 22654.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.302024,
          "sdRefIntergenicDistribution": 2.749263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14517215,
          "distinctRankCount": 5937,
          "maxRank": 27189.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.643483,
          "sdRefIntergenicDistribution": 1.823329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2334877,
          "distinctRankCount": 1203,
          "maxRank": 23213.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193441,
          "sdRefIntergenicDistribution": 3.061391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35208167,
          "distinctRankCount": 6577,
          "maxRank": 27628.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.024965,
          "sdRefIntergenicDistribution": 1.507833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 303764,
          "distinctRankCount": 985,
          "maxRank": 22856.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.700663,
          "sdRefIntergenicDistribution": 2.153043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3056965,
          "distinctRankCount": 3401,
          "maxRank": 25775.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.252937,
          "sdRefIntergenicDistribution": 1.800828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1232004,
          "distinctRankCount": 2200,
          "maxRank": 24532.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.983210,
          "sdRefIntergenicDistribution": 1.522651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169272,
          "distinctRankCount": 680,
          "maxRank": 21902.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.873677,
          "sdRefIntergenicDistribution": 1.232291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33011,
          "distinctRankCount": 267,
          "maxRank": 19706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.576393,
          "sdRefIntergenicDistribution": 1.227471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12711,
          "distinctRankCount": 147,
          "maxRank": 18891.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.760320,
          "sdRefIntergenicDistribution": 1.192803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37745,
          "distinctRankCount": 271,
          "maxRank": 19881.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.601779,
          "sdRefIntergenicDistribution": 1.413600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 325639,
          "distinctRankCount": 941,
          "maxRank": 22647.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.691894,
          "sdRefIntergenicDistribution": 1.309035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12174,
          "distinctRankCount": 139,
          "maxRank": 18898.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.352810,
          "sdRefIntergenicDistribution": 1.354563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43305,
          "distinctRankCount": 335,
          "maxRank": 20258.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.364842,
          "sdRefIntergenicDistribution": 1.288031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14085,
          "distinctRankCount": 141,
          "maxRank": 18969.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.232698,
          "sdRefIntergenicDistribution": 1.317193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81899,
          "distinctRankCount": 464,
          "maxRank": 21001.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.945903,
          "sdRefIntergenicDistribution": 1.516884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 311812,
          "distinctRankCount": 1030,
          "maxRank": 22805.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.593883,
          "sdRefIntergenicDistribution": 1.261073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34787,
          "distinctRankCount": 253,
          "maxRank": 19688.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.969961,
          "sdRefIntergenicDistribution": 1.525656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 244671,
          "distinctRankCount": 847,
          "maxRank": 22385.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 147.929496,
          "sdRefIntergenicDistribution": 1.107662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6855,
          "distinctRankCount": 89,
          "maxRank": 18495.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.189693,
          "sdRefIntergenicDistribution": 1.427623,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 188427,
          "distinctRankCount": 926,
          "maxRank": 22754.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.567060,
          "sdRefIntergenicDistribution": 1.517311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 346136,
          "distinctRankCount": 1074,
          "maxRank": 23435.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352170041,
            "mappedReadsCount": 271557344,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.421884,
          "sdRefIntergenicDistribution": 1.999113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4203213,
          "distinctRankCount": 2913,
          "maxRank": 25704.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.680399,
          "sdRefIntergenicDistribution": 1.407594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132347,
          "distinctRankCount": 654,
          "maxRank": 21665.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.725135,
          "sdRefIntergenicDistribution": 1.462452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151111,
          "distinctRankCount": 805,
          "maxRank": 22034.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.826728,
          "sdRefIntergenicDistribution": 1.686166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 482802,
          "distinctRankCount": 1252,
          "maxRank": 23349.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.381612,
          "sdRefIntergenicDistribution": 3.204914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23340222,
          "distinctRankCount": 7379,
          "maxRank": 27576.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.083705,
          "sdRefIntergenicDistribution": 1.528888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 202029,
          "distinctRankCount": 1102,
          "maxRank": 21931.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.811450,
          "sdRefIntergenicDistribution": 1.658179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1639245,
          "distinctRankCount": 1048,
          "maxRank": 22783.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.543497,
          "sdRefIntergenicDistribution": 1.450540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 330519,
          "distinctRankCount": 853,
          "maxRank": 21949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.651575,
          "sdRefIntergenicDistribution": 1.500948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 101992,
          "distinctRankCount": 626,
          "maxRank": 21506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.300408,
          "sdRefIntergenicDistribution": 1.684643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 592725,
          "distinctRankCount": 1764,
          "maxRank": 23622.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.377447,
          "sdRefIntergenicDistribution": 1.353688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91356,
          "distinctRankCount": 543,
          "maxRank": 21177.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.832157,
          "sdRefIntergenicDistribution": 2.411094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3064639,
          "distinctRankCount": 3358,
          "maxRank": 25464.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.834175,
          "sdRefIntergenicDistribution": 1.734664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 485972,
          "distinctRankCount": 1259,
          "maxRank": 23021.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.518946,
          "sdRefIntergenicDistribution": 1.470575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182958,
          "distinctRankCount": 953,
          "maxRank": 21973.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.359349,
          "sdRefIntergenicDistribution": 1.330603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57047,
          "distinctRankCount": 395,
          "maxRank": 20402.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.665086,
          "sdRefIntergenicDistribution": 2.652586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5231490,
          "distinctRankCount": 4103,
          "maxRank": 25859.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.893024,
          "sdRefIntergenicDistribution": 1.316898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15508,
          "distinctRankCount": 138,
          "maxRank": 19065.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.061441,
          "sdRefIntergenicDistribution": 1.237241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22432,
          "distinctRankCount": 191,
          "maxRank": 19645.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.013500,
          "sdRefIntergenicDistribution": 1.414470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87070,
          "distinctRankCount": 575,
          "maxRank": 21249.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.436821,
          "sdRefIntergenicDistribution": 1.384798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122121,
          "distinctRankCount": 721,
          "maxRank": 21618.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.110814,
          "sdRefIntergenicDistribution": 1.530067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 302892,
          "distinctRankCount": 1103,
          "maxRank": 22299.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.137902,
          "sdRefIntergenicDistribution": 1.999624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1558104,
          "distinctRankCount": 2410,
          "maxRank": 24505.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.944152,
          "sdRefIntergenicDistribution": 1.383109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75390,
          "distinctRankCount": 477,
          "maxRank": 21140.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.057621,
          "sdRefIntergenicDistribution": 1.547334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 245369,
          "distinctRankCount": 1225,
          "maxRank": 23007.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.597779,
          "sdRefIntergenicDistribution": 1.361117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50795,
          "distinctRankCount": 347,
          "maxRank": 20750.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.834499,
          "sdRefIntergenicDistribution": 1.332061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56322,
          "distinctRankCount": 288,
          "maxRank": 20139.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 353053394,
            "mappedReadsCount": 274738446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.698911,
          "sdRefIntergenicDistribution": 1.364860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105792,
          "distinctRankCount": 266,
          "maxRank": 20180.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.223229,
          "sdRefIntergenicDistribution": 1.359543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 135111,
          "distinctRankCount": 633,
          "maxRank": 21804.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.545468,
          "sdRefIntergenicDistribution": 2.108376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3663829,
          "distinctRankCount": 3120,
          "maxRank": 26068.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.182019,
          "sdRefIntergenicDistribution": 2.977521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29229634,
          "distinctRankCount": 7448,
          "maxRank": 27786.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.699103,
          "sdRefIntergenicDistribution": 1.906452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2070136,
          "distinctRankCount": 821,
          "maxRank": 22053.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131345,
          "sdRefIntergenicDistribution": 3.165208,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49483073,
          "distinctRankCount": 7384,
          "maxRank": 27804.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.477528,
          "sdRefIntergenicDistribution": 1.702290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 930319,
          "distinctRankCount": 1723,
          "maxRank": 24259.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.406706,
          "sdRefIntergenicDistribution": 2.291701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5566204,
          "distinctRankCount": 4272,
          "maxRank": 26304.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.704810,
          "sdRefIntergenicDistribution": 1.930176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2308951,
          "distinctRankCount": 2771,
          "maxRank": 25185.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.259979,
          "sdRefIntergenicDistribution": 1.377320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179707,
          "distinctRankCount": 716,
          "maxRank": 22028.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.020246,
          "sdRefIntergenicDistribution": 1.465271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104817,
          "distinctRankCount": 580,
          "maxRank": 21238.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.804147,
          "sdRefIntergenicDistribution": 1.271061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59984,
          "distinctRankCount": 335,
          "maxRank": 20469.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.268063,
          "sdRefIntergenicDistribution": 1.480990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 361150,
          "distinctRankCount": 978,
          "maxRank": 22838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.775052,
          "sdRefIntergenicDistribution": 1.341489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62387,
          "distinctRankCount": 406,
          "maxRank": 20743.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.883072,
          "sdRefIntergenicDistribution": 1.329998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 124200,
          "distinctRankCount": 617,
          "maxRank": 21826.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.968330,
          "sdRefIntergenicDistribution": 1.560992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 415423,
          "distinctRankCount": 1149,
          "maxRank": 23081.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.222298,
          "sdRefIntergenicDistribution": 1.631792,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 582736,
          "distinctRankCount": 1420,
          "maxRank": 23528.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.163639,
          "sdRefIntergenicDistribution": 1.457047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 223448,
          "distinctRankCount": 885,
          "maxRank": 22224.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.126550,
          "sdRefIntergenicDistribution": 1.995254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1512524,
          "distinctRankCount": 2103,
          "maxRank": 25074.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.942886,
          "sdRefIntergenicDistribution": 1.452604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 235009,
          "distinctRankCount": 882,
          "maxRank": 22857.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 365003099,
            "mappedReadsCount": 277297183,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.047066,
          "sdRefIntergenicDistribution": 1.669098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 618025,
          "distinctRankCount": 988,
          "maxRank": 22683.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.459374,
          "sdRefIntergenicDistribution": 1.608724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 528297,
          "distinctRankCount": 1333,
          "maxRank": 23233.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.319909,
          "sdRefIntergenicDistribution": 1.751142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 612744,
          "distinctRankCount": 1207,
          "maxRank": 23448.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.337199,
          "sdRefIntergenicDistribution": 3.224750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24010209,
          "distinctRankCount": 6610,
          "maxRank": 27472.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.218748,
          "sdRefIntergenicDistribution": 1.489328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 375286,
          "distinctRankCount": 1300,
          "maxRank": 22785.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.822915,
          "sdRefIntergenicDistribution": 1.596601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 668702,
          "distinctRankCount": 634,
          "maxRank": 21612.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.610434,
          "sdRefIntergenicDistribution": 1.463863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 203759,
          "distinctRankCount": 624,
          "maxRank": 21304.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.100811,
          "sdRefIntergenicDistribution": 1.630997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 316690,
          "distinctRankCount": 1112,
          "maxRank": 23043.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.887432,
          "sdRefIntergenicDistribution": 2.335609,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2557682,
          "distinctRankCount": 2743,
          "maxRank": 25133.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.321723,
          "sdRefIntergenicDistribution": 2.029474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1319526,
          "distinctRankCount": 1967,
          "maxRank": 24201.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.717266,
          "sdRefIntergenicDistribution": 1.554674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 336285,
          "distinctRankCount": 1130,
          "maxRank": 22778.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.805135,
          "sdRefIntergenicDistribution": 2.306404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3001863,
          "distinctRankCount": 2703,
          "maxRank": 25174.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.801824,
          "sdRefIntergenicDistribution": 1.415898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76485,
          "distinctRankCount": 443,
          "maxRank": 20915.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.474347,
          "sdRefIntergenicDistribution": 1.770861,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 994581,
          "distinctRankCount": 2123,
          "maxRank": 23864.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.567497,
          "sdRefIntergenicDistribution": 1.347596,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70833,
          "distinctRankCount": 442,
          "maxRank": 21099.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.552282,
          "sdRefIntergenicDistribution": 1.775380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 959229,
          "distinctRankCount": 1773,
          "maxRank": 23960.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.825514,
          "sdRefIntergenicDistribution": 1.694165,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 759547,
          "distinctRankCount": 1842,
          "maxRank": 23707.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.668675,
          "sdRefIntergenicDistribution": 1.384818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128010,
          "distinctRankCount": 246,
          "maxRank": 19866.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.624457,
          "sdRefIntergenicDistribution": 1.537544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 340040,
          "distinctRankCount": 1043,
          "maxRank": 22296.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.646115,
          "sdRefIntergenicDistribution": 2.329037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3710724,
          "distinctRankCount": 3151,
          "maxRank": 25239.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.831132,
          "sdRefIntergenicDistribution": 1.521002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 319514,
          "distinctRankCount": 952,
          "maxRank": 22903.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.571701,
          "sdRefIntergenicDistribution": 1.333487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70049,
          "distinctRankCount": 469,
          "maxRank": 21330.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.087116,
          "sdRefIntergenicDistribution": 1.188732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23623,
          "distinctRankCount": 192,
          "maxRank": 19691.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 360797617,
            "mappedReadsCount": 276139493,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.165594,
          "sdRefIntergenicDistribution": 1.306575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55647,
          "distinctRankCount": 234,
          "maxRank": 19612.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185071,
          "sdRefIntergenicDistribution": 2.878824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25587318,
          "distinctRankCount": 7358,
          "maxRank": 27396.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.847951,
          "sdRefIntergenicDistribution": 1.810773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1610518,
          "distinctRankCount": 1007,
          "maxRank": 22338.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128329,
          "sdRefIntergenicDistribution": 3.164736,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47931999,
          "distinctRankCount": 7233,
          "maxRank": 27405.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.534930,
          "sdRefIntergenicDistribution": 1.767629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 932790,
          "distinctRankCount": 1710,
          "maxRank": 24206.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.063526,
          "sdRefIntergenicDistribution": 1.362904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 124087,
          "distinctRankCount": 620,
          "maxRank": 21479.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.675249,
          "sdRefIntergenicDistribution": 1.214742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27089,
          "distinctRankCount": 219,
          "maxRank": 19674.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.914104,
          "sdRefIntergenicDistribution": 1.268698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33483,
          "distinctRankCount": 280,
          "maxRank": 20052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.038274,
          "sdRefIntergenicDistribution": 1.456325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 231313,
          "distinctRankCount": 869,
          "maxRank": 22442.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.738300,
          "sdRefIntergenicDistribution": 1.450403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 245657,
          "distinctRankCount": 855,
          "maxRank": 22364.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.604596,
          "sdRefIntergenicDistribution": 1.692928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 861338,
          "distinctRankCount": 1627,
          "maxRank": 23830.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.728144,
          "sdRefIntergenicDistribution": 1.361642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 145039,
          "distinctRankCount": 662,
          "maxRank": 21706.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.449089,
          "sdRefIntergenicDistribution": 1.229112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12753,
          "distinctRankCount": 116,
          "maxRank": 19083.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.256789,
          "sdRefIntergenicDistribution": 1.963731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1343365,
          "distinctRankCount": 2119,
          "maxRank": 24898.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.566626,
          "sdRefIntergenicDistribution": 1.175574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9482,
          "distinctRankCount": 103,
          "maxRank": 18874.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.401483,
          "sdRefIntergenicDistribution": 1.705567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 909254,
          "distinctRankCount": 1285,
          "maxRank": 23206.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.485958,
          "sdRefIntergenicDistribution": 2.207420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4368249,
          "distinctRankCount": 3906,
          "maxRank": 25944.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.887176,
          "sdRefIntergenicDistribution": 1.819141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1683155,
          "distinctRankCount": 2534,
          "maxRank": 24587.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.400894,
          "sdRefIntergenicDistribution": 1.520198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 513170,
          "distinctRankCount": 1247,
          "maxRank": 23321.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369470659,
            "mappedReadsCount": 283074831,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000049",
              "name": "12th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 11 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.608313,
          "sdRefIntergenicDistribution": 2.029975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3080055,
          "distinctRankCount": 3030,
          "maxRank": 25686.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.943402,
          "sdRefIntergenicDistribution": 1.564545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 86882,
          "distinctRankCount": 461,
          "maxRank": 21329.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.005462,
          "sdRefIntergenicDistribution": 1.667040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 144737,
          "distinctRankCount": 575,
          "maxRank": 21557.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.226135,
          "sdRefIntergenicDistribution": 1.647040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252237,
          "distinctRankCount": 813,
          "maxRank": 22357.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.200383,
          "sdRefIntergenicDistribution": 1.978205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 320077,
          "distinctRankCount": 920,
          "maxRank": 23158.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.864206,
          "sdRefIntergenicDistribution": 1.762867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 246921,
          "distinctRankCount": 955,
          "maxRank": 22432.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.445776,
          "sdRefIntergenicDistribution": 1.486017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56316,
          "distinctRankCount": 352,
          "maxRank": 20623.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.451252,
          "sdRefIntergenicDistribution": 1.518096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36125,
          "distinctRankCount": 356,
          "maxRank": 20610.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.846411,
          "sdRefIntergenicDistribution": 1.449673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44665,
          "distinctRankCount": 289,
          "maxRank": 19882.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.227458,
          "sdRefIntergenicDistribution": 1.368369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9853,
          "distinctRankCount": 123,
          "maxRank": 18927.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.170776,
          "sdRefIntergenicDistribution": 2.201797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 654562,
          "distinctRankCount": 1698,
          "maxRank": 23917.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.493020,
          "sdRefIntergenicDistribution": 2.316786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 125069,
          "distinctRankCount": 82,
          "maxRank": 18181.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.038441,
          "sdRefIntergenicDistribution": 2.114637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 574940,
          "distinctRankCount": 1210,
          "maxRank": 23702.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.835409,
          "sdRefIntergenicDistribution": 1.492674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52937,
          "distinctRankCount": 335,
          "maxRank": 20540.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358366078,
            "mappedReadsCount": 243422606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.657476,
          "sdRefIntergenicDistribution": 1.654523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 200863,
          "distinctRankCount": 975,
          "maxRank": 22387.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362613560,
            "mappedReadsCount": 232367248,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581457"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.024688,
          "sdRefIntergenicDistribution": 1.585545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 230750,
          "distinctRankCount": 114,
          "maxRank": 18799.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362613560,
            "mappedReadsCount": 232367248,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581457"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 237.025630,
          "sdRefIntergenicDistribution": 1.118034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4454,
          "distinctRankCount": 46,
          "maxRank": 18158.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362613560,
            "mappedReadsCount": 232367248,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581457"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000048",
              "name": "11th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 10 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.688278,
          "sdRefIntergenicDistribution": 1.349362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18398,
          "distinctRankCount": 110,
          "maxRank": 19164.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.798642,
          "sdRefIntergenicDistribution": 2.247891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1281242,
          "distinctRankCount": 2138,
          "maxRank": 24493.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.277790,
          "sdRefIntergenicDistribution": 1.529940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56811,
          "distinctRankCount": 381,
          "maxRank": 20409.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.572614,
          "sdRefIntergenicDistribution": 1.834888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 831490,
          "distinctRankCount": 673,
          "maxRank": 21621.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.927205,
          "sdRefIntergenicDistribution": 1.498776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 83879,
          "distinctRankCount": 451,
          "maxRank": 20590.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.459841,
          "sdRefIntergenicDistribution": 2.536716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2159776,
          "distinctRankCount": 3007,
          "maxRank": 25298.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.834273,
          "sdRefIntergenicDistribution": 2.170786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1104889,
          "distinctRankCount": 2071,
          "maxRank": 24314.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.041096,
          "sdRefIntergenicDistribution": 2.251645,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1086077,
          "distinctRankCount": 2118,
          "maxRank": 24462.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.415339,
          "sdRefIntergenicDistribution": 1.525308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72175,
          "distinctRankCount": 543,
          "maxRank": 21179.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.239311,
          "sdRefIntergenicDistribution": 2.102638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 875686,
          "distinctRankCount": 2072,
          "maxRank": 24189.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.049624,
          "sdRefIntergenicDistribution": 1.804842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 494410,
          "distinctRankCount": 1621,
          "maxRank": 23342.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.031872,
          "sdRefIntergenicDistribution": 1.622507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 149895,
          "distinctRankCount": 405,
          "maxRank": 20780.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.503864,
          "sdRefIntergenicDistribution": 1.386382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9990,
          "distinctRankCount": 109,
          "maxRank": 18594.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.247928,
          "sdRefIntergenicDistribution": 2.614703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2889880,
          "distinctRankCount": 3408,
          "maxRank": 25402.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.492335,
          "sdRefIntergenicDistribution": 1.874174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 446524,
          "distinctRankCount": 1220,
          "maxRank": 23480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.750136,
          "sdRefIntergenicDistribution": 1.695428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232512,
          "distinctRankCount": 1131,
          "maxRank": 23170.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.236439,
          "sdRefIntergenicDistribution": 1.654337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 152950,
          "distinctRankCount": 602,
          "maxRank": 21268.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.914826,
          "sdRefIntergenicDistribution": 1.950826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 577871,
          "distinctRankCount": 1301,
          "maxRank": 23738.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304736816,
            "mappedReadsCount": 195107031,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.762594,
          "sdRefIntergenicDistribution": 3.122282,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12583255,
          "distinctRankCount": 6070,
          "maxRank": 27080.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.638341,
          "sdRefIntergenicDistribution": 2.417760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4426228,
          "distinctRankCount": 4238,
          "maxRank": 26293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.338628,
          "sdRefIntergenicDistribution": 3.075707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24727788,
          "distinctRankCount": 7834,
          "maxRank": 27980.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.391703,
          "sdRefIntergenicDistribution": 1.811774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 968847,
          "distinctRankCount": 807,
          "maxRank": 22007.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.252610,
          "sdRefIntergenicDistribution": 3.275441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48000361,
          "distinctRankCount": 8674,
          "maxRank": 28357.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.042972,
          "sdRefIntergenicDistribution": 1.273605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17427,
          "distinctRankCount": 177,
          "maxRank": 19135.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.151912,
          "sdRefIntergenicDistribution": 1.469799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 164276,
          "distinctRankCount": 800,
          "maxRank": 22164.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.783403,
          "sdRefIntergenicDistribution": 1.377463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80900,
          "distinctRankCount": 493,
          "maxRank": 21138.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.786678,
          "sdRefIntergenicDistribution": 1.860195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 889789,
          "distinctRankCount": 1858,
          "maxRank": 24206.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.999670,
          "sdRefIntergenicDistribution": 1.436002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128527,
          "distinctRankCount": 695,
          "maxRank": 21743.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.175275,
          "sdRefIntergenicDistribution": 2.304557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2085935,
          "distinctRankCount": 2677,
          "maxRank": 25775.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.505776,
          "sdRefIntergenicDistribution": 2.327109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4883015,
          "distinctRankCount": 3207,
          "maxRank": 26142.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.713507,
          "sdRefIntergenicDistribution": 1.339892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62434,
          "distinctRankCount": 442,
          "maxRank": 20893.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.068884,
          "sdRefIntergenicDistribution": 2.007502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1700740,
          "distinctRankCount": 2681,
          "maxRank": 25058.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.061625,
          "sdRefIntergenicDistribution": 1.306229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40004,
          "distinctRankCount": 332,
          "maxRank": 20289.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.217765,
          "sdRefIntergenicDistribution": 1.566825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 386701,
          "distinctRankCount": 1181,
          "maxRank": 23250.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.649617,
          "sdRefIntergenicDistribution": 1.432422,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132086,
          "distinctRankCount": 709,
          "maxRank": 22005.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.932407,
          "sdRefIntergenicDistribution": 1.553012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 250764,
          "distinctRankCount": 1008,
          "maxRank": 23164.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.721413,
          "sdRefIntergenicDistribution": 2.479017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4724739,
          "distinctRankCount": 3958,
          "maxRank": 26653.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333353492,
            "mappedReadsCount": 230885596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000055",
              "name": "18th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 17 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.572213,
          "sdRefIntergenicDistribution": 1.839464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 987780,
          "distinctRankCount": 2029,
          "maxRank": 24489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.834562,
          "sdRefIntergenicDistribution": 1.994498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 974326,
          "distinctRankCount": 1622,
          "maxRank": 24229.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.304390,
          "sdRefIntergenicDistribution": 1.743642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 427844,
          "distinctRankCount": 1013,
          "maxRank": 23297.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.673355,
          "sdRefIntergenicDistribution": 3.313954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20438172,
          "distinctRankCount": 5932,
          "maxRank": 27632.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.239796,
          "sdRefIntergenicDistribution": 1.491527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189300,
          "distinctRankCount": 821,
          "maxRank": 22082.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.898215,
          "sdRefIntergenicDistribution": 1.867795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1592792,
          "distinctRankCount": 864,
          "maxRank": 22299.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.967044,
          "sdRefIntergenicDistribution": 1.628896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 422040,
          "distinctRankCount": 809,
          "maxRank": 21914.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.902140,
          "sdRefIntergenicDistribution": 1.516323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 133701,
          "distinctRankCount": 693,
          "maxRank": 21951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.612050,
          "sdRefIntergenicDistribution": 1.437713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23723,
          "distinctRankCount": 211,
          "maxRank": 19746.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.342494,
          "sdRefIntergenicDistribution": 1.494284,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159680,
          "distinctRankCount": 789,
          "maxRank": 22163.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.978096,
          "sdRefIntergenicDistribution": 2.802059,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4708421,
          "distinctRankCount": 3260,
          "maxRank": 26058.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.127718,
          "sdRefIntergenicDistribution": 2.513296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2547979,
          "distinctRankCount": 2312,
          "maxRank": 25140.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.927727,
          "sdRefIntergenicDistribution": 1.657026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 331520,
          "distinctRankCount": 1064,
          "maxRank": 22919.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.165760,
          "sdRefIntergenicDistribution": 1.913769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 750993,
          "distinctRankCount": 1741,
          "maxRank": 23814.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.953401,
          "sdRefIntergenicDistribution": 1.338284,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45540,
          "distinctRankCount": 356,
          "maxRank": 20395.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.578239,
          "sdRefIntergenicDistribution": 2.325468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1552052,
          "distinctRankCount": 2122,
          "maxRank": 24767.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.337785,
          "sdRefIntergenicDistribution": 1.675120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 247427,
          "distinctRankCount": 975,
          "maxRank": 22830.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.401280,
          "sdRefIntergenicDistribution": 1.201600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7537,
          "distinctRankCount": 92,
          "maxRank": 18633.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.189175,
          "sdRefIntergenicDistribution": 1.941283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 774173,
          "distinctRankCount": 1605,
          "maxRank": 24002.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.270423,
          "sdRefIntergenicDistribution": 2.160035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1700963,
          "distinctRankCount": 2554,
          "maxRank": 24823.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.704916,
          "sdRefIntergenicDistribution": 1.799000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 549431,
          "distinctRankCount": 1251,
          "maxRank": 23297.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.946500,
          "sdRefIntergenicDistribution": 2.663249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4066941,
          "distinctRankCount": 3179,
          "maxRank": 25771.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.244367,
          "sdRefIntergenicDistribution": 1.804417,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 458555,
          "distinctRankCount": 1081,
          "maxRank": 23381.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.494544,
          "sdRefIntergenicDistribution": 1.664273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 293789,
          "distinctRankCount": 1060,
          "maxRank": 23328.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 239.516147,
          "sdRefIntergenicDistribution": 1.220154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4200,
          "distinctRankCount": 48,
          "maxRank": 18289.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 327219641,
            "mappedReadsCount": 207883509,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.135733,
          "sdRefIntergenicDistribution": 1.613472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 309189,
          "distinctRankCount": 1085,
          "maxRank": 23301.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.831534,
          "sdRefIntergenicDistribution": 1.229657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21877,
          "distinctRankCount": 195,
          "maxRank": 19450.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.294785,
          "sdRefIntergenicDistribution": 3.095552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30750422,
          "distinctRankCount": 7824,
          "maxRank": 28132.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.304338,
          "sdRefIntergenicDistribution": 1.702333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1036633,
          "distinctRankCount": 974,
          "maxRank": 22459.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211408,
          "sdRefIntergenicDistribution": 3.348599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64262987,
          "distinctRankCount": 8807,
          "maxRank": 28477.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.333077,
          "sdRefIntergenicDistribution": 1.682779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 589508,
          "distinctRankCount": 1383,
          "maxRank": 23823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.619093,
          "sdRefIntergenicDistribution": 2.411293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4717216,
          "distinctRankCount": 4126,
          "maxRank": 26304.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.004518,
          "sdRefIntergenicDistribution": 1.995519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1812723,
          "distinctRankCount": 2819,
          "maxRank": 25179.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 156.063846,
          "sdRefIntergenicDistribution": 1.076111,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6338,
          "distinctRankCount": 81,
          "maxRank": 18400.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.664397,
          "sdRefIntergenicDistribution": 1.294668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49950,
          "distinctRankCount": 381,
          "maxRank": 20536.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.986155,
          "sdRefIntergenicDistribution": 1.495505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 406630,
          "distinctRankCount": 1163,
          "maxRank": 23229.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.893345,
          "sdRefIntergenicDistribution": 1.278656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14701,
          "distinctRankCount": 135,
          "maxRank": 19280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.847241,
          "sdRefIntergenicDistribution": 1.382414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75043,
          "distinctRankCount": 495,
          "maxRank": 21203.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.745236,
          "sdRefIntergenicDistribution": 1.311340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36089,
          "distinctRankCount": 307,
          "maxRank": 20295.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.246850,
          "sdRefIntergenicDistribution": 1.564581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297326,
          "distinctRankCount": 1072,
          "maxRank": 23033.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.750799,
          "sdRefIntergenicDistribution": 1.442470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98354,
          "distinctRankCount": 681,
          "maxRank": 21534.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.917712,
          "sdRefIntergenicDistribution": 1.893748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 844549,
          "distinctRankCount": 1787,
          "maxRank": 24677.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.866173,
          "sdRefIntergenicDistribution": 1.257250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42366,
          "distinctRankCount": 351,
          "maxRank": 20506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.786676,
          "sdRefIntergenicDistribution": 2.221667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3083712,
          "distinctRankCount": 3045,
          "maxRank": 26078.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 342442312,
            "mappedReadsCount": 238823322,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000052",
              "name": "15th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 14 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.662975,
          "sdRefIntergenicDistribution": 1.909747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2432403,
          "distinctRankCount": 2073,
          "maxRank": 24824.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.233180,
          "sdRefIntergenicDistribution": 1.519992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128722,
          "distinctRankCount": 557,
          "maxRank": 21363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.644757,
          "sdRefIntergenicDistribution": 1.496880,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123111,
          "distinctRankCount": 686,
          "maxRank": 21715.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.180334,
          "sdRefIntergenicDistribution": 2.414679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1904649,
          "distinctRankCount": 2241,
          "maxRank": 25046.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.753292,
          "sdRefIntergenicDistribution": 1.718527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 356493,
          "distinctRankCount": 1122,
          "maxRank": 23039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.921690,
          "sdRefIntergenicDistribution": 2.167501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1013888,
          "distinctRankCount": 1735,
          "maxRank": 24513.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.941240,
          "sdRefIntergenicDistribution": 2.528651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3059097,
          "distinctRankCount": 3369,
          "maxRank": 25594.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.960316,
          "sdRefIntergenicDistribution": 1.435985,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61989,
          "distinctRankCount": 421,
          "maxRank": 20777.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.804166,
          "sdRefIntergenicDistribution": 1.542586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 156731,
          "distinctRankCount": 815,
          "maxRank": 22231.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.145295,
          "sdRefIntergenicDistribution": 1.776909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 454677,
          "distinctRankCount": 1125,
          "maxRank": 23156.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.371398,
          "sdRefIntergenicDistribution": 1.384577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60395,
          "distinctRankCount": 415,
          "maxRank": 20984.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.355843,
          "sdRefIntergenicDistribution": 2.359933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1779877,
          "distinctRankCount": 2661,
          "maxRank": 25169.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.544792,
          "sdRefIntergenicDistribution": 1.379796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15585,
          "distinctRankCount": 82,
          "maxRank": 18651.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.834086,
          "sdRefIntergenicDistribution": 2.950539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4792080,
          "distinctRankCount": 3457,
          "maxRank": 26475.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.951597,
          "sdRefIntergenicDistribution": 1.687032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 186717,
          "distinctRankCount": 847,
          "maxRank": 22510.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 354342913,
            "mappedReadsCount": 232849655,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.516990,
          "sdRefIntergenicDistribution": 1.462340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28932,
          "distinctRankCount": 247,
          "maxRank": 19445.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.716293,
          "sdRefIntergenicDistribution": 1.581015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185797,
          "distinctRankCount": 716,
          "maxRank": 22136.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.952319,
          "sdRefIntergenicDistribution": 1.416589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71389,
          "distinctRankCount": 455,
          "maxRank": 20981.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.293304,
          "sdRefIntergenicDistribution": 2.387728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1721916,
          "distinctRankCount": 1967,
          "maxRank": 24969.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.750684,
          "sdRefIntergenicDistribution": 1.729556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 359057,
          "distinctRankCount": 1074,
          "maxRank": 23069.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.916129,
          "sdRefIntergenicDistribution": 2.204548,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1066558,
          "distinctRankCount": 1785,
          "maxRank": 24613.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.971235,
          "sdRefIntergenicDistribution": 2.560083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2995611,
          "distinctRankCount": 3172,
          "maxRank": 25592.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.312252,
          "sdRefIntergenicDistribution": 1.504573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88379,
          "distinctRankCount": 485,
          "maxRank": 21218.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.146544,
          "sdRefIntergenicDistribution": 1.493899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 146024,
          "distinctRankCount": 737,
          "maxRank": 21975.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.159183,
          "sdRefIntergenicDistribution": 1.804156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 463293,
          "distinctRankCount": 1196,
          "maxRank": 23244.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.736850,
          "sdRefIntergenicDistribution": 1.360391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70045,
          "distinctRankCount": 400,
          "maxRank": 20963.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.478950,
          "sdRefIntergenicDistribution": 2.343052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1631094,
          "distinctRankCount": 2370,
          "maxRank": 25120.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.013910,
          "sdRefIntergenicDistribution": 1.635760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25937,
          "distinctRankCount": 57,
          "maxRank": 18114.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.844924,
          "sdRefIntergenicDistribution": 2.946205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4829728,
          "distinctRankCount": 3200,
          "maxRank": 26539.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 356365669,
            "mappedReadsCount": 231353032,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.620260,
          "sdRefIntergenicDistribution": 1.718440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 235521,
          "distinctRankCount": 956,
          "maxRank": 22823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367082485,
            "mappedReadsCount": 231399173,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.833291,
          "sdRefIntergenicDistribution": 1.272122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8978,
          "distinctRankCount": 110,
          "maxRank": 18626.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367082485,
            "mappedReadsCount": 231399173,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.693756,
          "sdRefIntergenicDistribution": 1.732592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 89908,
          "distinctRankCount": 98,
          "maxRank": 18451.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367082485,
            "mappedReadsCount": 231399173,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.036469,
          "sdRefIntergenicDistribution": 1.448811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 97087,
          "distinctRankCount": 477,
          "maxRank": 20663.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367082485,
            "mappedReadsCount": 231399173,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.582171,
          "sdRefIntergenicDistribution": 1.295505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5408,
          "distinctRankCount": 60,
          "maxRank": 18561.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.763168,
          "sdRefIntergenicDistribution": 1.570933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 215934,
          "distinctRankCount": 821,
          "maxRank": 22159.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.786974,
          "sdRefIntergenicDistribution": 1.297298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23639,
          "distinctRankCount": 195,
          "maxRank": 19526.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.109836,
          "sdRefIntergenicDistribution": 2.131312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 922489,
          "distinctRankCount": 1682,
          "maxRank": 24342.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.568214,
          "sdRefIntergenicDistribution": 3.543838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25474318,
          "distinctRankCount": 7235,
          "maxRank": 27938.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.574441,
          "sdRefIntergenicDistribution": 1.847637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 861321,
          "distinctRankCount": 769,
          "maxRank": 22158.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.209037,
          "sdRefIntergenicDistribution": 1.511974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46743,
          "distinctRankCount": 330,
          "maxRank": 20052.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.786678,
          "sdRefIntergenicDistribution": 1.320175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21124,
          "distinctRankCount": 185,
          "maxRank": 19402.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.440092,
          "sdRefIntergenicDistribution": 1.518773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141505,
          "distinctRankCount": 716,
          "maxRank": 21816.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 172.829495,
          "sdRefIntergenicDistribution": 1.409739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6844,
          "distinctRankCount": 77,
          "maxRank": 18375.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.034924,
          "sdRefIntergenicDistribution": 2.812954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3517450,
          "distinctRankCount": 3422,
          "maxRank": 25789.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.847202,
          "sdRefIntergenicDistribution": 2.162451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 976987,
          "distinctRankCount": 1626,
          "maxRank": 24011.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.041624,
          "sdRefIntergenicDistribution": 1.559671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 177099,
          "distinctRankCount": 950,
          "maxRank": 22118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.561911,
          "sdRefIntergenicDistribution": 1.492110,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137937,
          "distinctRankCount": 615,
          "maxRank": 21624.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.907075,
          "sdRefIntergenicDistribution": 2.928760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5118399,
          "distinctRankCount": 3865,
          "maxRank": 25944.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.940640,
          "sdRefIntergenicDistribution": 1.488855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 172876,
          "distinctRankCount": 846,
          "maxRank": 21975.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.120108,
          "sdRefIntergenicDistribution": 1.339097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40095,
          "distinctRankCount": 327,
          "maxRank": 20316.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.627742,
          "sdRefIntergenicDistribution": 1.649762,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284219,
          "distinctRankCount": 990,
          "maxRank": 22507.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.633839,
          "sdRefIntergenicDistribution": 2.133483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1183544,
          "distinctRankCount": 1993,
          "maxRank": 24449.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.439311,
          "sdRefIntergenicDistribution": 1.529456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142210,
          "distinctRankCount": 709,
          "maxRank": 21843.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.841318,
          "sdRefIntergenicDistribution": 1.375741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16864,
          "distinctRankCount": 167,
          "maxRank": 19436.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.717686,
          "sdRefIntergenicDistribution": 1.537843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 111620,
          "distinctRankCount": 724,
          "maxRank": 22246.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.853015,
          "sdRefIntergenicDistribution": 1.618598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253600,
          "distinctRankCount": 902,
          "maxRank": 22041.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371523984,
            "mappedReadsCount": 258333062,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.220340,
          "sdRefIntergenicDistribution": 1.728760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 588411,
          "distinctRankCount": 884,
          "maxRank": 22381.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.221338,
          "sdRefIntergenicDistribution": 1.585802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 241985,
          "distinctRankCount": 880,
          "maxRank": 22379.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.592412,
          "sdRefIntergenicDistribution": 1.382538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67028,
          "distinctRankCount": 414,
          "maxRank": 20888.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.310196,
          "sdRefIntergenicDistribution": 2.074215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 788486,
          "distinctRankCount": 1515,
          "maxRank": 24146.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.562979,
          "sdRefIntergenicDistribution": 3.556240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26727194,
          "distinctRankCount": 7218,
          "maxRank": 28060.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.655087,
          "sdRefIntergenicDistribution": 1.483501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 121965,
          "distinctRankCount": 685,
          "maxRank": 21512.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.369050,
          "sdRefIntergenicDistribution": 1.825268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1005644,
          "distinctRankCount": 844,
          "maxRank": 22478.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.491130,
          "sdRefIntergenicDistribution": 1.512185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 139371,
          "distinctRankCount": 666,
          "maxRank": 21481.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.284439,
          "sdRefIntergenicDistribution": 1.296614,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10452,
          "distinctRankCount": 110,
          "maxRank": 18902.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.932203,
          "sdRefIntergenicDistribution": 1.489459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85132,
          "distinctRankCount": 563,
          "maxRank": 21320.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 237.048328,
          "sdRefIntergenicDistribution": 1.329966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5122,
          "distinctRankCount": 61,
          "maxRank": 18354.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.010302,
          "sdRefIntergenicDistribution": 2.808863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3609813,
          "distinctRankCount": 3342,
          "maxRank": 25851.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.847933,
          "sdRefIntergenicDistribution": 2.183106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1000201,
          "distinctRankCount": 1662,
          "maxRank": 24111.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.531374,
          "sdRefIntergenicDistribution": 1.359361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25971,
          "distinctRankCount": 221,
          "maxRank": 19780.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.614858,
          "sdRefIntergenicDistribution": 1.552772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 139428,
          "distinctRankCount": 661,
          "maxRank": 21625.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.883418,
          "sdRefIntergenicDistribution": 2.896899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5048032,
          "distinctRankCount": 3674,
          "maxRank": 26038.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.707127,
          "sdRefIntergenicDistribution": 1.518112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157745,
          "distinctRankCount": 812,
          "maxRank": 21895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.429602,
          "sdRefIntergenicDistribution": 1.423415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93292,
          "distinctRankCount": 584,
          "maxRank": 21302.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.707517,
          "sdRefIntergenicDistribution": 1.659696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 277164,
          "distinctRankCount": 990,
          "maxRank": 22542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.705500,
          "sdRefIntergenicDistribution": 2.081788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1084238,
          "distinctRankCount": 1877,
          "maxRank": 24334.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.097919,
          "sdRefIntergenicDistribution": 1.571905,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 204765,
          "distinctRankCount": 836,
          "maxRank": 22611.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.063141,
          "sdRefIntergenicDistribution": 1.410135,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25708,
          "distinctRankCount": 248,
          "maxRank": 19946.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.600639,
          "sdRefIntergenicDistribution": 1.455678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72876,
          "distinctRankCount": 558,
          "maxRank": 21558.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.831294,
          "sdRefIntergenicDistribution": 1.321065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17753,
          "distinctRankCount": 141,
          "maxRank": 18839.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358161766,
            "mappedReadsCount": 246140542,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.172964,
          "sdRefIntergenicDistribution": 1.784068,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 638181,
          "distinctRankCount": 1047,
          "maxRank": 22832.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.962504,
          "sdRefIntergenicDistribution": 1.647797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 335249,
          "distinctRankCount": 1075,
          "maxRank": 22708.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.439758,
          "sdRefIntergenicDistribution": 2.029793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 728836,
          "distinctRankCount": 1501,
          "maxRank": 24104.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.559839,
          "sdRefIntergenicDistribution": 3.545174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26846271,
          "distinctRankCount": 7397,
          "maxRank": 28075.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 223.367102,
          "sdRefIntergenicDistribution": 1.327597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5128,
          "distinctRankCount": 73,
          "maxRank": 18049.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.387490,
          "sdRefIntergenicDistribution": 1.822164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1009370,
          "distinctRankCount": 893,
          "maxRank": 22556.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.255511,
          "sdRefIntergenicDistribution": 1.452361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127233,
          "distinctRankCount": 669,
          "maxRank": 21359.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.575381,
          "sdRefIntergenicDistribution": 1.467061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79606,
          "distinctRankCount": 419,
          "maxRank": 20716.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.044923,
          "sdRefIntergenicDistribution": 2.754189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3312060,
          "distinctRankCount": 3260,
          "maxRank": 25745.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.922661,
          "sdRefIntergenicDistribution": 2.139015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 921673,
          "distinctRankCount": 1603,
          "maxRank": 23954.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.944677,
          "sdRefIntergenicDistribution": 1.471472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118886,
          "distinctRankCount": 707,
          "maxRank": 21698.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.365065,
          "sdRefIntergenicDistribution": 1.521541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142087,
          "distinctRankCount": 675,
          "maxRank": 21639.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.906020,
          "sdRefIntergenicDistribution": 2.845192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4676703,
          "distinctRankCount": 3798,
          "maxRank": 25940.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.991156,
          "sdRefIntergenicDistribution": 1.521714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173376,
          "distinctRankCount": 853,
          "maxRank": 22071.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.258191,
          "sdRefIntergenicDistribution": 1.655236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 311763,
          "distinctRankCount": 1034,
          "maxRank": 22577.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.690399,
          "sdRefIntergenicDistribution": 2.066591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1082663,
          "distinctRankCount": 1946,
          "maxRank": 24271.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.471904,
          "sdRefIntergenicDistribution": 1.425932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110110,
          "distinctRankCount": 606,
          "maxRank": 21505.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.211672,
          "sdRefIntergenicDistribution": 1.350833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26461,
          "distinctRankCount": 269,
          "maxRank": 20031.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.371252,
          "sdRefIntergenicDistribution": 1.523656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116547,
          "distinctRankCount": 810,
          "maxRank": 22584.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 215.670421,
          "sdRefIntergenicDistribution": 1.497981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6312,
          "distinctRankCount": 70,
          "maxRank": 18158.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 366746640,
            "mappedReadsCount": 252584078,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.135142,
          "sdRefIntergenicDistribution": 1.737724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 638061,
          "distinctRankCount": 1050,
          "maxRank": 22743.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.829945,
          "sdRefIntergenicDistribution": 2.166074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2599984,
          "distinctRankCount": 2953,
          "maxRank": 25840.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.342059,
          "sdRefIntergenicDistribution": 2.986130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17564784,
          "distinctRankCount": 6921,
          "maxRank": 27643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.104898,
          "sdRefIntergenicDistribution": 1.677670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 592277,
          "distinctRankCount": 648,
          "maxRank": 21704.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.228701,
          "sdRefIntergenicDistribution": 3.260547,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37682490,
          "distinctRankCount": 7643,
          "maxRank": 28080.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.734229,
          "sdRefIntergenicDistribution": 1.650383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 486545,
          "distinctRankCount": 1294,
          "maxRank": 23540.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.604026,
          "sdRefIntergenicDistribution": 2.541952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5169188,
          "distinctRankCount": 4470,
          "maxRank": 26519.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.056734,
          "sdRefIntergenicDistribution": 2.005134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1681921,
          "distinctRankCount": 2566,
          "maxRank": 25090.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.508585,
          "sdRefIntergenicDistribution": 1.250125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15515,
          "distinctRankCount": 153,
          "maxRank": 18937.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.167002,
          "sdRefIntergenicDistribution": 1.421694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56350,
          "distinctRankCount": 409,
          "maxRank": 20708.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.928694,
          "sdRefIntergenicDistribution": 1.668667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 693823,
          "distinctRankCount": 1356,
          "maxRank": 23770.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.022463,
          "sdRefIntergenicDistribution": 1.345924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49973,
          "distinctRankCount": 407,
          "maxRank": 20482.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.083252,
          "sdRefIntergenicDistribution": 1.375790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69131,
          "distinctRankCount": 448,
          "maxRank": 21038.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.383366,
          "sdRefIntergenicDistribution": 1.545536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284822,
          "distinctRankCount": 985,
          "maxRank": 22712.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.468034,
          "sdRefIntergenicDistribution": 1.728445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 573735,
          "distinctRankCount": 1486,
          "maxRank": 23651.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.162566,
          "sdRefIntergenicDistribution": 1.292817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29139,
          "distinctRankCount": 231,
          "maxRank": 19460.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.007759,
          "sdRefIntergenicDistribution": 1.366759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112755,
          "distinctRankCount": 604,
          "maxRank": 21480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.538219,
          "sdRefIntergenicDistribution": 2.415217,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1604612,
          "distinctRankCount": 2641,
          "maxRank": 25557.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.382244,
          "sdRefIntergenicDistribution": 2.174106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1525660,
          "distinctRankCount": 2229,
          "maxRank": 25504.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 350285008,
            "mappedReadsCount": 244502258,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.442851,
          "sdRefIntergenicDistribution": 2.244219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4849645,
          "distinctRankCount": 3143,
          "maxRank": 26123.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.831010,
          "sdRefIntergenicDistribution": 2.174151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2599012,
          "distinctRankCount": 2988,
          "maxRank": 25803.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.350691,
          "sdRefIntergenicDistribution": 2.977789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16715073,
          "distinctRankCount": 6877,
          "maxRank": 27555.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.103619,
          "sdRefIntergenicDistribution": 1.653800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 598605,
          "distinctRankCount": 595,
          "maxRank": 21495.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.226998,
          "sdRefIntergenicDistribution": 3.292806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40323830,
          "distinctRankCount": 7722,
          "maxRank": 28108.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.139226,
          "sdRefIntergenicDistribution": 1.721806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 663852,
          "distinctRankCount": 1544,
          "maxRank": 23998.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.536103,
          "sdRefIntergenicDistribution": 2.645312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6561059,
          "distinctRankCount": 5151,
          "maxRank": 26719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.964625,
          "sdRefIntergenicDistribution": 2.056315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1955376,
          "distinctRankCount": 2864,
          "maxRank": 25127.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.171336,
          "sdRefIntergenicDistribution": 1.323322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54386,
          "distinctRankCount": 364,
          "maxRank": 20377.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.723082,
          "sdRefIntergenicDistribution": 1.291875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28736,
          "distinctRankCount": 221,
          "maxRank": 19615.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.281162,
          "sdRefIntergenicDistribution": 1.604629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 566365,
          "distinctRankCount": 1294,
          "maxRank": 23616.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.960420,
          "sdRefIntergenicDistribution": 1.353450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79157,
          "distinctRankCount": 490,
          "maxRank": 21108.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.546579,
          "sdRefIntergenicDistribution": 1.424106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60742,
          "distinctRankCount": 386,
          "maxRank": 20827.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.596853,
          "sdRefIntergenicDistribution": 1.613216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 360662,
          "distinctRankCount": 1125,
          "maxRank": 23092.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.026846,
          "sdRefIntergenicDistribution": 1.763293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 731937,
          "distinctRankCount": 1614,
          "maxRank": 23980.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.617130,
          "sdRefIntergenicDistribution": 1.244850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17091,
          "distinctRankCount": 171,
          "maxRank": 19100.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.862135,
          "sdRefIntergenicDistribution": 1.379888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95060,
          "distinctRankCount": 557,
          "maxRank": 21286.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.598382,
          "sdRefIntergenicDistribution": 2.302459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1388451,
          "distinctRankCount": 2410,
          "maxRank": 25418.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.401672,
          "sdRefIntergenicDistribution": 2.155266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1477126,
          "distinctRankCount": 2309,
          "maxRank": 25391.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 364975085,
            "mappedReadsCount": 255893764,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000047",
              "name": "10th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 9 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.488177,
          "sdRefIntergenicDistribution": 2.171611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4149613,
          "distinctRankCount": 2773,
          "maxRank": 25818.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.116991,
          "sdRefIntergenicDistribution": 1.561242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 202762,
          "distinctRankCount": 900,
          "maxRank": 22553.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.164450,
          "sdRefIntergenicDistribution": 2.270813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2041439,
          "distinctRankCount": 3128,
          "maxRank": 25627.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.525702,
          "sdRefIntergenicDistribution": 1.781636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 412555,
          "distinctRankCount": 1207,
          "maxRank": 23444.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.635395,
          "sdRefIntergenicDistribution": 3.387034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19756461,
          "distinctRankCount": 6876,
          "maxRank": 27874.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.207783,
          "sdRefIntergenicDistribution": 1.805509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 662980,
          "distinctRankCount": 1864,
          "maxRank": 23721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.075306,
          "sdRefIntergenicDistribution": 1.821924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1314519,
          "distinctRankCount": 1005,
          "maxRank": 22843.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.950973,
          "sdRefIntergenicDistribution": 1.651996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 431921,
          "distinctRankCount": 1086,
          "maxRank": 22439.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.628191,
          "sdRefIntergenicDistribution": 2.113684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1188559,
          "distinctRankCount": 2334,
          "maxRank": 24726.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.369083,
          "sdRefIntergenicDistribution": 1.850883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 633298,
          "distinctRankCount": 1764,
          "maxRank": 23982.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.933100,
          "sdRefIntergenicDistribution": 1.741889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 479261,
          "distinctRankCount": 1649,
          "maxRank": 23593.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.954161,
          "sdRefIntergenicDistribution": 2.979706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5319309,
          "distinctRankCount": 4212,
          "maxRank": 26501.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.540516,
          "sdRefIntergenicDistribution": 2.191351,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1289929,
          "distinctRankCount": 1919,
          "maxRank": 24314.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.134505,
          "sdRefIntergenicDistribution": 1.760708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 453321,
          "distinctRankCount": 1712,
          "maxRank": 23304.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.571920,
          "sdRefIntergenicDistribution": 1.752688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 381317,
          "distinctRankCount": 1136,
          "maxRank": 22975.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.407710,
          "sdRefIntergenicDistribution": 1.606233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 193265,
          "distinctRankCount": 1052,
          "maxRank": 22485.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.285174,
          "sdRefIntergenicDistribution": 2.351819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1929674,
          "distinctRankCount": 2686,
          "maxRank": 25053.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.529707,
          "sdRefIntergenicDistribution": 1.672947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297784,
          "distinctRankCount": 1138,
          "maxRank": 22835.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.668686,
          "sdRefIntergenicDistribution": 1.562027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187738,
          "distinctRankCount": 886,
          "maxRank": 22424.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.771403,
          "sdRefIntergenicDistribution": 2.138047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1141112,
          "distinctRankCount": 2092,
          "maxRank": 24507.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.630532,
          "sdRefIntergenicDistribution": 2.112864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1223746,
          "distinctRankCount": 2494,
          "maxRank": 24599.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.425295,
          "sdRefIntergenicDistribution": 1.597668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90150,
          "distinctRankCount": 314,
          "maxRank": 20138.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.854868,
          "sdRefIntergenicDistribution": 1.853152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 538399,
          "distinctRankCount": 1444,
          "maxRank": 23259.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.052873,
          "sdRefIntergenicDistribution": 2.455474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2580192,
          "distinctRankCount": 3071,
          "maxRank": 25350.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.312107,
          "sdRefIntergenicDistribution": 1.613004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 202589,
          "distinctRankCount": 984,
          "maxRank": 22930.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.736406,
          "sdRefIntergenicDistribution": 2.327683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1334380,
          "distinctRankCount": 2615,
          "maxRank": 25180.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.561304,
          "sdRefIntergenicDistribution": 1.559064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 162073,
          "distinctRankCount": 911,
          "maxRank": 22954.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 367283804,
            "mappedReadsCount": 246617838,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.720540,
          "sdRefIntergenicDistribution": 1.622443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157704,
          "distinctRankCount": 623,
          "maxRank": 21675.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.939580,
          "sdRefIntergenicDistribution": 2.208975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2366375,
          "distinctRankCount": 2960,
          "maxRank": 25635.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.342620,
          "sdRefIntergenicDistribution": 3.082947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19808092,
          "distinctRankCount": 7440,
          "maxRank": 27574.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.414155,
          "sdRefIntergenicDistribution": 1.746151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 938093,
          "distinctRankCount": 790,
          "maxRank": 22135.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.229169,
          "sdRefIntergenicDistribution": 3.414441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46474244,
          "distinctRankCount": 8160,
          "maxRank": 27956.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.646037,
          "sdRefIntergenicDistribution": 1.722920,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 525342,
          "distinctRankCount": 1412,
          "maxRank": 23629.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.699277,
          "sdRefIntergenicDistribution": 2.454903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3917201,
          "distinctRankCount": 4220,
          "maxRank": 26001.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.134699,
          "sdRefIntergenicDistribution": 2.021748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1570970,
          "distinctRankCount": 2605,
          "maxRank": 24858.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.344081,
          "sdRefIntergenicDistribution": 1.254764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10812,
          "distinctRankCount": 117,
          "maxRank": 18801.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.546698,
          "sdRefIntergenicDistribution": 1.399598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55431,
          "distinctRankCount": 483,
          "maxRank": 20948.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.739474,
          "sdRefIntergenicDistribution": 1.569862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 328929,
          "distinctRankCount": 1036,
          "maxRank": 22930.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.712183,
          "sdRefIntergenicDistribution": 1.203932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12862,
          "distinctRankCount": 131,
          "maxRank": 19012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.572666,
          "sdRefIntergenicDistribution": 1.335682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28587,
          "distinctRankCount": 265,
          "maxRank": 19625.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.341222,
          "sdRefIntergenicDistribution": 1.311500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10747,
          "distinctRankCount": 125,
          "maxRank": 18837.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.461570,
          "sdRefIntergenicDistribution": 2.277850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1541466,
          "distinctRankCount": 2752,
          "maxRank": 25251.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.053573,
          "sdRefIntergenicDistribution": 1.937872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 818379,
          "distinctRankCount": 1824,
          "maxRank": 24659.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368573813,
            "mappedReadsCount": 261406025,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.346787,
          "sdRefIntergenicDistribution": 2.421423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7542502,
          "distinctRankCount": 3972,
          "maxRank": 26419.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.386552,
          "sdRefIntergenicDistribution": 1.440929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58936,
          "distinctRankCount": 448,
          "maxRank": 20725.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "MonoDC",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.362465,
          "sdRefIntergenicDistribution": 1.784015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 183683,
          "distinctRankCount": 929,
          "maxRank": 22192.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.135512,
          "sdRefIntergenicDistribution": 1.529493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 77177,
          "distinctRankCount": 481,
          "maxRank": 20993.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.063063,
          "sdRefIntergenicDistribution": 2.203758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 995811,
          "distinctRankCount": 1815,
          "maxRank": 24137.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.144615,
          "sdRefIntergenicDistribution": 1.364961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39008,
          "distinctRankCount": 339,
          "maxRank": 20211.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.218578,
          "sdRefIntergenicDistribution": 1.820333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 345754,
          "distinctRankCount": 1171,
          "maxRank": 22912.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.900114,
          "sdRefIntergenicDistribution": 1.603483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140078,
          "distinctRankCount": 706,
          "maxRank": 22142.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.958348,
          "sdRefIntergenicDistribution": 1.979684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 573520,
          "distinctRankCount": 1367,
          "maxRank": 23548.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.467874,
          "sdRefIntergenicDistribution": 1.577362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64587,
          "distinctRankCount": 338,
          "maxRank": 20352.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.043418,
          "sdRefIntergenicDistribution": 3.313337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6609624,
          "distinctRankCount": 4506,
          "maxRank": 26652.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.439564,
          "sdRefIntergenicDistribution": 1.500113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38763,
          "distinctRankCount": 276,
          "maxRank": 20047.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.833863,
          "sdRefIntergenicDistribution": 1.737759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 282337,
          "distinctRankCount": 1153,
          "maxRank": 22838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 358635695,
            "mappedReadsCount": 221409060,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.948483,
          "sdRefIntergenicDistribution": 1.819922,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 199314,
          "distinctRankCount": 827,
          "maxRank": 22114.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.027629,
          "sdRefIntergenicDistribution": 1.320662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16846,
          "distinctRankCount": 167,
          "maxRank": 19097.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.337734,
          "sdRefIntergenicDistribution": 1.690076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128870,
          "distinctRankCount": 218,
          "maxRank": 19458.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.725267,
          "sdRefIntergenicDistribution": 1.654318,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 469671,
          "distinctRankCount": 1133,
          "maxRank": 22733.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.045445,
          "sdRefIntergenicDistribution": 1.404701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24721,
          "distinctRankCount": 249,
          "maxRank": 20060.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.360398,
          "sdRefIntergenicDistribution": 1.543582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 227417,
          "distinctRankCount": 1035,
          "maxRank": 22411.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 346812518,
            "mappedReadsCount": 211103447,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.469229,
          "sdRefIntergenicDistribution": 1.262473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22578,
          "distinctRankCount": 229,
          "maxRank": 20105.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC progenitor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.137101,
          "sdRefIntergenicDistribution": 1.286173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11557,
          "distinctRankCount": 119,
          "maxRank": 18732.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.576184,
          "sdRefIntergenicDistribution": 1.508515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75649,
          "distinctRankCount": 467,
          "maxRank": 20773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.003395,
          "sdRefIntergenicDistribution": 1.454153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56672,
          "distinctRankCount": 421,
          "maxRank": 20759.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.843372,
          "sdRefIntergenicDistribution": 1.636469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159331,
          "distinctRankCount": 628,
          "maxRank": 21985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.844999,
          "sdRefIntergenicDistribution": 1.720104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 234479,
          "distinctRankCount": 992,
          "maxRank": 22910.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.957768,
          "sdRefIntergenicDistribution": 1.519801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120231,
          "distinctRankCount": 598,
          "maxRank": 21759.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.181303,
          "sdRefIntergenicDistribution": 1.481366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82252,
          "distinctRankCount": 515,
          "maxRank": 21113.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.132457,
          "sdRefIntergenicDistribution": 2.028159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 162532,
          "distinctRankCount": 108,
          "maxRank": 18209.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid II",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.396640,
          "sdRefIntergenicDistribution": 2.255489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4629672,
          "distinctRankCount": 1375,
          "maxRank": 23130.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid III",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.155069,
          "sdRefIntergenicDistribution": 2.758107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14283978,
          "distinctRankCount": 773,
          "maxRank": 20519.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.574482,
          "sdRefIntergenicDistribution": 1.480381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75425,
          "distinctRankCount": 477,
          "maxRank": 20777.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.065126,
          "sdRefIntergenicDistribution": 1.500309,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72912,
          "distinctRankCount": 480,
          "maxRank": 21149.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.027272,
          "sdRefIntergenicDistribution": 1.819495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 471381,
          "distinctRankCount": 1393,
          "maxRank": 22990.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 312963416,
            "mappedReadsCount": 225558690,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000029",
              "name": "Carnegie stage 22 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS22)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.301917,
          "sdRefIntergenicDistribution": 1.348723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15297,
          "distinctRankCount": 145,
          "maxRank": 18854.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.857988,
          "sdRefIntergenicDistribution": 1.348018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23839,
          "distinctRankCount": 207,
          "maxRank": 19640.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.364535,
          "sdRefIntergenicDistribution": 1.600932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46735,
          "distinctRankCount": 265,
          "maxRank": 20184.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.118195,
          "sdRefIntergenicDistribution": 1.522408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45158,
          "distinctRankCount": 275,
          "maxRank": 19764.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.906528,
          "sdRefIntergenicDistribution": 1.744929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 163521,
          "distinctRankCount": 697,
          "maxRank": 21650.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "MonoDC",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.506722,
          "sdRefIntergenicDistribution": 1.575866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82651,
          "distinctRankCount": 553,
          "maxRank": 21190.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.829063,
          "sdRefIntergenicDistribution": 1.531076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 89853,
          "distinctRankCount": 477,
          "maxRank": 21037.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.336948,
          "sdRefIntergenicDistribution": 2.819010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3066280,
          "distinctRankCount": 3551,
          "maxRank": 25377.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.913573,
          "sdRefIntergenicDistribution": 2.160049,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1038969,
          "distinctRankCount": 2160,
          "maxRank": 24080.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "pDC",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.057655,
          "sdRefIntergenicDistribution": 1.273246,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19393,
          "distinctRankCount": 196,
          "maxRank": 19412.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.226090,
          "sdRefIntergenicDistribution": 1.302945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17093,
          "distinctRankCount": 187,
          "maxRank": 19540.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.417135,
          "sdRefIntergenicDistribution": 1.589760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 147520,
          "distinctRankCount": 780,
          "maxRank": 21891.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.064007,
          "sdRefIntergenicDistribution": 1.509333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98054,
          "distinctRankCount": 640,
          "maxRank": 21728.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.504842,
          "sdRefIntergenicDistribution": 2.578859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2090079,
          "distinctRankCount": 3221,
          "maxRank": 24989.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.654126,
          "sdRefIntergenicDistribution": 3.324294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10339004,
          "distinctRankCount": 5028,
          "maxRank": 26923.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.648698,
          "sdRefIntergenicDistribution": 1.395367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26681,
          "distinctRankCount": 242,
          "maxRank": 19710.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 349542311,
            "mappedReadsCount": 238436185,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.386010,
          "sdRefIntergenicDistribution": 1.437037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55819,
          "distinctRankCount": 402,
          "maxRank": 20516.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 348411738,
            "mappedReadsCount": 217226777,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581479"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.273925,
          "sdRefIntergenicDistribution": 1.462213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70443,
          "distinctRankCount": 283,
          "maxRank": 19634.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 348411738,
            "mappedReadsCount": 217226777,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581479"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.672257,
          "sdRefIntergenicDistribution": 1.335944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22918,
          "distinctRankCount": 215,
          "maxRank": 19556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 348411738,
            "mappedReadsCount": 217226777,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581479"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 201.243155,
          "sdRefIntergenicDistribution": 1.357079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5323,
          "distinctRankCount": 56,
          "maxRank": 18595.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352595415,
            "mappedReadsCount": 221313940,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.532760,
          "sdRefIntergenicDistribution": 1.214643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7873,
          "distinctRankCount": 22,
          "maxRank": 17670.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352595415,
            "mappedReadsCount": 221313940,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.954039,
          "sdRefIntergenicDistribution": 1.326800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14867,
          "distinctRankCount": 161,
          "maxRank": 19173.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352595415,
            "mappedReadsCount": 221313940,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.777299,
          "sdRefIntergenicDistribution": 1.371900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13733,
          "distinctRankCount": 146,
          "maxRank": 18866.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352595415,
            "mappedReadsCount": 221313940,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.394635,
          "sdRefIntergenicDistribution": 1.294498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17282,
          "distinctRankCount": 175,
          "maxRank": 19216.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352595415,
            "mappedReadsCount": 221313940,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.241369,
          "sdRefIntergenicDistribution": 1.350570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22189,
          "distinctRankCount": 188,
          "maxRank": 19585.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.846308,
          "sdRefIntergenicDistribution": 1.429476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56051,
          "distinctRankCount": 400,
          "maxRank": 20774.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.815774,
          "sdRefIntergenicDistribution": 2.193242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1145292,
          "distinctRankCount": 1857,
          "maxRank": 24689.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.545837,
          "sdRefIntergenicDistribution": 3.397119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23052343,
          "distinctRankCount": 6856,
          "maxRank": 27980.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.053276,
          "sdRefIntergenicDistribution": 1.628632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252843,
          "distinctRankCount": 1116,
          "maxRank": 22466.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.407783,
          "sdRefIntergenicDistribution": 1.890171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 951144,
          "distinctRankCount": 678,
          "maxRank": 21832.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.163696,
          "sdRefIntergenicDistribution": 1.670265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 404528,
          "distinctRankCount": 1143,
          "maxRank": 22525.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.024825,
          "sdRefIntergenicDistribution": 1.651809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 215484,
          "distinctRankCount": 916,
          "maxRank": 22533.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.848217,
          "sdRefIntergenicDistribution": 3.079215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7481489,
          "distinctRankCount": 4628,
          "maxRank": 26873.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.377774,
          "sdRefIntergenicDistribution": 2.251384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1505844,
          "distinctRankCount": 2008,
          "maxRank": 24611.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.889061,
          "sdRefIntergenicDistribution": 1.609160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255686,
          "distinctRankCount": 886,
          "maxRank": 22543.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.882763,
          "sdRefIntergenicDistribution": 2.863673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5021061,
          "distinctRankCount": 3965,
          "maxRank": 26127.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.149432,
          "sdRefIntergenicDistribution": 1.436341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48429,
          "distinctRankCount": 366,
          "maxRank": 20363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.292578,
          "sdRefIntergenicDistribution": 1.900787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 688766,
          "distinctRankCount": 1808,
          "maxRank": 23747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.609631,
          "sdRefIntergenicDistribution": 1.287744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10994,
          "distinctRankCount": 120,
          "maxRank": 18964.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.552588,
          "sdRefIntergenicDistribution": 1.646219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 236536,
          "distinctRankCount": 1003,
          "maxRank": 22827.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.510755,
          "sdRefIntergenicDistribution": 1.419449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79101,
          "distinctRankCount": 548,
          "maxRank": 21203.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.532008,
          "sdRefIntergenicDistribution": 1.625925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 163131,
          "distinctRankCount": 377,
          "maxRank": 20596.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.985719,
          "sdRefIntergenicDistribution": 1.827288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 498107,
          "distinctRankCount": 1248,
          "maxRank": 23174.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.830471,
          "sdRefIntergenicDistribution": 2.739789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4608296,
          "distinctRankCount": 3868,
          "maxRank": 26016.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.657635,
          "sdRefIntergenicDistribution": 1.734073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 384563,
          "distinctRankCount": 1235,
          "maxRank": 23568.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.207797,
          "sdRefIntergenicDistribution": 2.038277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 798594,
          "distinctRankCount": 2034,
          "maxRank": 24601.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.252298,
          "sdRefIntergenicDistribution": 1.608599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 172371,
          "distinctRankCount": 952,
          "maxRank": 23012.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 352599162,
            "mappedReadsCount": 247795649,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.700825,
          "sdRefIntergenicDistribution": 1.684108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 264658,
          "distinctRankCount": 820,
          "maxRank": 22183.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.352450,
          "sdRefIntergenicDistribution": 1.542607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 145286,
          "distinctRankCount": 751,
          "maxRank": 22126.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.734193,
          "sdRefIntergenicDistribution": 2.201310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1200084,
          "distinctRankCount": 1951,
          "maxRank": 24725.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.531146,
          "sdRefIntergenicDistribution": 3.419865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24767436,
          "distinctRankCount": 7036,
          "maxRank": 28054.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.056444,
          "sdRefIntergenicDistribution": 1.628234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 250193,
          "distinctRankCount": 1120,
          "maxRank": 22623.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.288081,
          "sdRefIntergenicDistribution": 1.922303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1071481,
          "distinctRankCount": 866,
          "maxRank": 22391.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.704722,
          "sdRefIntergenicDistribution": 1.754335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 503690,
          "distinctRankCount": 1381,
          "maxRank": 22871.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.140997,
          "sdRefIntergenicDistribution": 1.708176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 258767,
          "distinctRankCount": 1003,
          "maxRank": 22883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.797158,
          "sdRefIntergenicDistribution": 3.118530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8025775,
          "distinctRankCount": 4651,
          "maxRank": 26878.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.423657,
          "sdRefIntergenicDistribution": 2.201659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1391021,
          "distinctRankCount": 1830,
          "maxRank": 24461.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.625985,
          "sdRefIntergenicDistribution": 1.655079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 277424,
          "distinctRankCount": 970,
          "maxRank": 22674.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.840614,
          "sdRefIntergenicDistribution": 2.875513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5302234,
          "distinctRankCount": 3990,
          "maxRank": 26145.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.013059,
          "sdRefIntergenicDistribution": 1.565283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 152476,
          "distinctRankCount": 731,
          "maxRank": 22039.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.168313,
          "sdRefIntergenicDistribution": 1.898013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 726753,
          "distinctRankCount": 1826,
          "maxRank": 23784.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.870276,
          "sdRefIntergenicDistribution": 1.363457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16311,
          "distinctRankCount": 179,
          "maxRank": 19254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.632542,
          "sdRefIntergenicDistribution": 1.676652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 290098,
          "distinctRankCount": 1151,
          "maxRank": 23044.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.189204,
          "sdRefIntergenicDistribution": 1.627295,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 207373,
          "distinctRankCount": 956,
          "maxRank": 22648.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.923529,
          "sdRefIntergenicDistribution": 1.662776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159150,
          "distinctRankCount": 361,
          "maxRank": 20724.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.452080,
          "sdRefIntergenicDistribution": 1.907207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 637305,
          "distinctRankCount": 1508,
          "maxRank": 23602.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.788867,
          "sdRefIntergenicDistribution": 2.756471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4863092,
          "distinctRankCount": 3833,
          "maxRank": 26013.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.867318,
          "sdRefIntergenicDistribution": 1.729791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 358882,
          "distinctRankCount": 1194,
          "maxRank": 23492.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.924486,
          "sdRefIntergenicDistribution": 2.136665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 998704,
          "distinctRankCount": 2380,
          "maxRank": 24896.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.738651,
          "sdRefIntergenicDistribution": 1.600730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 188321,
          "distinctRankCount": 1138,
          "maxRank": 23515.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.438420,
          "sdRefIntergenicDistribution": 1.662691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 366966,
          "distinctRankCount": 997,
          "maxRank": 22953.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.476735,
          "sdRefIntergenicDistribution": 1.458994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78982,
          "distinctRankCount": 523,
          "maxRank": 21266.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372144054,
            "mappedReadsCount": 262788280,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.088669,
          "sdRefIntergenicDistribution": 1.312201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14312,
          "distinctRankCount": 122,
          "maxRank": 18588.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.136582,
          "sdRefIntergenicDistribution": 1.227822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9706,
          "distinctRankCount": 101,
          "maxRank": 18695.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.041051,
          "sdRefIntergenicDistribution": 1.221114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8872,
          "distinctRankCount": 100,
          "maxRank": 18581.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.352766,
          "sdRefIntergenicDistribution": 3.075199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17479483,
          "distinctRankCount": 7821,
          "maxRank": 27436.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.041378,
          "sdRefIntergenicDistribution": 1.847941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1321995,
          "distinctRankCount": 967,
          "maxRank": 22561.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.221192,
          "sdRefIntergenicDistribution": 3.329732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40795078,
          "distinctRankCount": 8561,
          "maxRank": 27945.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.964169,
          "sdRefIntergenicDistribution": 1.710078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 466142,
          "distinctRankCount": 1362,
          "maxRank": 23575.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.831357,
          "sdRefIntergenicDistribution": 1.467256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 117685,
          "distinctRankCount": 591,
          "maxRank": 21515.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.530205,
          "sdRefIntergenicDistribution": 1.350720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51192,
          "distinctRankCount": 386,
          "maxRank": 20470.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.635041,
          "sdRefIntergenicDistribution": 1.258681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11930,
          "distinctRankCount": 133,
          "maxRank": 18805.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.588710,
          "sdRefIntergenicDistribution": 1.383385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71277,
          "distinctRankCount": 464,
          "maxRank": 21186.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.324153,
          "sdRefIntergenicDistribution": 1.466233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123827,
          "distinctRankCount": 678,
          "maxRank": 21804.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.587666,
          "sdRefIntergenicDistribution": 1.555063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 220387,
          "distinctRankCount": 1056,
          "maxRank": 22700.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.640408,
          "sdRefIntergenicDistribution": 1.405806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42407,
          "distinctRankCount": 300,
          "maxRank": 20052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.805051,
          "sdRefIntergenicDistribution": 1.450272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 130926,
          "distinctRankCount": 713,
          "maxRank": 21803.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.051551,
          "sdRefIntergenicDistribution": 2.673622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3399346,
          "distinctRankCount": 4379,
          "maxRank": 26393.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.239752,
          "sdRefIntergenicDistribution": 2.265119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1912595,
          "distinctRankCount": 3240,
          "maxRank": 25805.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.325836,
          "sdRefIntergenicDistribution": 2.442434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7956676,
          "distinctRankCount": 4432,
          "maxRank": 26521.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.757232,
          "sdRefIntergenicDistribution": 2.388479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3483248,
          "distinctRankCount": 3902,
          "maxRank": 26064.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.779855,
          "sdRefIntergenicDistribution": 1.757030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 781728,
          "distinctRankCount": 1661,
          "maxRank": 23924.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.585071,
          "sdRefIntergenicDistribution": 2.617893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5636675,
          "distinctRankCount": 5481,
          "maxRank": 26419.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370965916,
            "mappedReadsCount": 269947279,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.037698,
          "sdRefIntergenicDistribution": 2.071747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1777841,
          "distinctRankCount": 3215,
          "maxRank": 24984.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.909191,
          "sdRefIntergenicDistribution": 1.276242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16752,
          "distinctRankCount": 166,
          "maxRank": 19109.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.350203,
          "sdRefIntergenicDistribution": 3.069408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17569864,
          "distinctRankCount": 7359,
          "maxRank": 27466.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.263501,
          "sdRefIntergenicDistribution": 1.844134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1081402,
          "distinctRankCount": 908,
          "maxRank": 22555.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220100,
          "sdRefIntergenicDistribution": 3.372011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42406146,
          "distinctRankCount": 8170,
          "maxRank": 28002.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.473022,
          "sdRefIntergenicDistribution": 1.768809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 581090,
          "distinctRankCount": 1434,
          "maxRank": 23897.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.475443,
          "sdRefIntergenicDistribution": 1.504087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13831,
          "distinctRankCount": 145,
          "maxRank": 18949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.260202,
          "sdRefIntergenicDistribution": 1.407734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69091,
          "distinctRankCount": 402,
          "maxRank": 20799.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.919803,
          "sdRefIntergenicDistribution": 1.224303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8314,
          "distinctRankCount": 96,
          "maxRank": 18662.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.746503,
          "sdRefIntergenicDistribution": 1.270877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14728,
          "distinctRankCount": 150,
          "maxRank": 19054.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.865877,
          "sdRefIntergenicDistribution": 1.422019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19033,
          "distinctRankCount": 191,
          "maxRank": 19430.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.851526,
          "sdRefIntergenicDistribution": 1.353683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69288,
          "distinctRankCount": 432,
          "maxRank": 21056.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.529669,
          "sdRefIntergenicDistribution": 1.449930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98542,
          "distinctRankCount": 576,
          "maxRank": 21578.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.476536,
          "sdRefIntergenicDistribution": 1.647632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 290951,
          "distinctRankCount": 1062,
          "maxRank": 22970.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.288368,
          "sdRefIntergenicDistribution": 1.351773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63622,
          "distinctRankCount": 399,
          "maxRank": 20810.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.087658,
          "sdRefIntergenicDistribution": 2.583783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2953902,
          "distinctRankCount": 3755,
          "maxRank": 26225.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.204631,
          "sdRefIntergenicDistribution": 2.245835,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1897156,
          "distinctRankCount": 2901,
          "maxRank": 25804.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.336463,
          "sdRefIntergenicDistribution": 2.407763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7510507,
          "distinctRankCount": 3895,
          "maxRank": 26577.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.847108,
          "sdRefIntergenicDistribution": 2.279854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2759417,
          "distinctRankCount": 3098,
          "maxRank": 25849.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.345244,
          "sdRefIntergenicDistribution": 1.674227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 558777,
          "distinctRankCount": 1261,
          "maxRank": 23500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.583305,
          "sdRefIntergenicDistribution": 2.646968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5932241,
          "distinctRankCount": 5171,
          "maxRank": 26500.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 368161240,
            "mappedReadsCount": 266416202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000046",
              "name": "9th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 8 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.014856,
          "sdRefIntergenicDistribution": 2.080646,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1847959,
          "distinctRankCount": 2879,
          "maxRank": 25087.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.842534,
          "sdRefIntergenicDistribution": 1.489020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71885,
          "distinctRankCount": 353,
          "maxRank": 20909.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.582087,
          "sdRefIntergenicDistribution": 1.570578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59534,
          "distinctRankCount": 314,
          "maxRank": 20683.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.010079,
          "sdRefIntergenicDistribution": 2.301036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1114817,
          "distinctRankCount": 1283,
          "maxRank": 24539.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.760785,
          "sdRefIntergenicDistribution": 3.039030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6934790,
          "distinctRankCount": 3463,
          "maxRank": 26593.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.488364,
          "sdRefIntergenicDistribution": 1.493903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23655,
          "distinctRankCount": 200,
          "maxRank": 19489.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.235148,
          "sdRefIntergenicDistribution": 1.873678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 408622,
          "distinctRankCount": 305,
          "maxRank": 20591.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.745957,
          "sdRefIntergenicDistribution": 2.095785,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85958,
          "distinctRankCount": 360,
          "maxRank": 20422.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.576681,
          "sdRefIntergenicDistribution": 1.655169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98172,
          "distinctRankCount": 399,
          "maxRank": 21584.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.053666,
          "sdRefIntergenicDistribution": 1.487888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25048,
          "distinctRankCount": 192,
          "maxRank": 19552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.353631,
          "sdRefIntergenicDistribution": 2.912336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3215608,
          "distinctRankCount": 2482,
          "maxRank": 25886.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.033028,
          "sdRefIntergenicDistribution": 1.959211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 544301,
          "distinctRankCount": 966,
          "maxRank": 23509.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.942916,
          "sdRefIntergenicDistribution": 1.637873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159076,
          "distinctRankCount": 636,
          "maxRank": 21934.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.262006,
          "sdRefIntergenicDistribution": 1.869064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 345281,
          "distinctRankCount": 956,
          "maxRank": 23002.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.094792,
          "sdRefIntergenicDistribution": 1.574114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26755,
          "distinctRankCount": 184,
          "maxRank": 19235.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.247025,
          "sdRefIntergenicDistribution": 2.710037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2861765,
          "distinctRankCount": 2570,
          "maxRank": 25480.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.019738,
          "sdRefIntergenicDistribution": 1.515119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59983,
          "distinctRankCount": 343,
          "maxRank": 20818.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.748211,
          "sdRefIntergenicDistribution": 1.436130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46437,
          "distinctRankCount": 278,
          "maxRank": 20552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.914194,
          "sdRefIntergenicDistribution": 1.848584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 385934,
          "distinctRankCount": 895,
          "maxRank": 23200.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.882956,
          "sdRefIntergenicDistribution": 1.771451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283383,
          "distinctRankCount": 834,
          "maxRank": 22941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 373.159259,
          "sdRefIntergenicDistribution": 1.137149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2721,
          "distinctRankCount": 27,
          "maxRank": 17855.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.026379,
          "sdRefIntergenicDistribution": 1.620336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80240,
          "distinctRankCount": 369,
          "maxRank": 20934.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.438043,
          "sdRefIntergenicDistribution": 2.664926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2270748,
          "distinctRankCount": 2108,
          "maxRank": 25248.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.733749,
          "sdRefIntergenicDistribution": 1.726930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 197829,
          "distinctRankCount": 613,
          "maxRank": 22692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.978196,
          "sdRefIntergenicDistribution": 1.745669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187680,
          "distinctRankCount": 688,
          "maxRank": 22781.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.021754,
          "sdRefIntergenicDistribution": 2.237180,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1071206,
          "distinctRankCount": 1514,
          "maxRank": 25017.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 372695517,
            "mappedReadsCount": 246655287,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.775481,
          "sdRefIntergenicDistribution": 1.660158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74315,
          "distinctRankCount": 339,
          "maxRank": 20687.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.395697,
          "sdRefIntergenicDistribution": 1.478128,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69419,
          "distinctRankCount": 336,
          "maxRank": 20941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.927323,
          "sdRefIntergenicDistribution": 1.428747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42690,
          "distinctRankCount": 260,
          "maxRank": 20311.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.031388,
          "sdRefIntergenicDistribution": 2.236237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1036615,
          "distinctRankCount": 1230,
          "maxRank": 24382.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.781715,
          "sdRefIntergenicDistribution": 3.003105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6424955,
          "distinctRankCount": 3295,
          "maxRank": 26464.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.727019,
          "sdRefIntergenicDistribution": 1.189345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6461,
          "distinctRankCount": 66,
          "maxRank": 18387.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.963347,
          "sdRefIntergenicDistribution": 1.759028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 319441,
          "distinctRankCount": 329,
          "maxRank": 20570.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.439319,
          "sdRefIntergenicDistribution": 1.815216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142799,
          "distinctRankCount": 421,
          "maxRank": 21062.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.083852,
          "sdRefIntergenicDistribution": 1.465252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24025,
          "distinctRankCount": 169,
          "maxRank": 19579.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.465769,
          "sdRefIntergenicDistribution": 1.387846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31088,
          "distinctRankCount": 181,
          "maxRank": 20045.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.323486,
          "sdRefIntergenicDistribution": 2.916133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3321085,
          "distinctRankCount": 2524,
          "maxRank": 25883.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.621116,
          "sdRefIntergenicDistribution": 2.039194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 664910,
          "distinctRankCount": 1058,
          "maxRank": 23690.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.705237,
          "sdRefIntergenicDistribution": 1.751873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 236922,
          "distinctRankCount": 775,
          "maxRank": 22408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.416657,
          "sdRefIntergenicDistribution": 1.843738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 333128,
          "distinctRankCount": 1022,
          "maxRank": 22954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.256275,
          "sdRefIntergenicDistribution": 2.656834,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2631490,
          "distinctRankCount": 2403,
          "maxRank": 25351.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.887262,
          "sdRefIntergenicDistribution": 1.471368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26200,
          "distinctRankCount": 194,
          "maxRank": 19627.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.934651,
          "sdRefIntergenicDistribution": 1.409379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34532,
          "distinctRankCount": 231,
          "maxRank": 19978.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.240504,
          "sdRefIntergenicDistribution": 1.739385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 259831,
          "distinctRankCount": 744,
          "maxRank": 22771.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.525234,
          "sdRefIntergenicDistribution": 1.707771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 241563,
          "distinctRankCount": 778,
          "maxRank": 22578.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.687714,
          "sdRefIntergenicDistribution": 1.471750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51254,
          "distinctRankCount": 130,
          "maxRank": 19128.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.362619,
          "sdRefIntergenicDistribution": 1.526029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71709,
          "distinctRankCount": 340,
          "maxRank": 20461.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.421677,
          "sdRefIntergenicDistribution": 2.650619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2285321,
          "distinctRankCount": 2106,
          "maxRank": 25250.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.258536,
          "sdRefIntergenicDistribution": 1.711477,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255056,
          "distinctRankCount": 666,
          "maxRank": 22886.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.570282,
          "sdRefIntergenicDistribution": 1.647129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76688,
          "distinctRankCount": 394,
          "maxRank": 21432.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.797943,
          "sdRefIntergenicDistribution": 2.017568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 612189,
          "distinctRankCount": 1113,
          "maxRank": 24216.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 387483618,
            "mappedReadsCount": 258932950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.110268,
          "sdRefIntergenicDistribution": 1.435757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14635,
          "distinctRankCount": 99,
          "maxRank": 18474.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.855842,
          "sdRefIntergenicDistribution": 2.330384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2765015,
          "distinctRankCount": 2476,
          "maxRank": 25703.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.157481,
          "sdRefIntergenicDistribution": 1.348517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7881,
          "distinctRankCount": 91,
          "maxRank": 18711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.393454,
          "sdRefIntergenicDistribution": 2.925038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12313604,
          "distinctRankCount": 5422,
          "maxRank": 27169.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.912543,
          "sdRefIntergenicDistribution": 1.980903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 269423,
          "distinctRankCount": 244,
          "maxRank": 19974.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.296026,
          "sdRefIntergenicDistribution": 3.383630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28290889,
          "distinctRankCount": 6815,
          "maxRank": 27674.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.819970,
          "sdRefIntergenicDistribution": 1.753495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 500398,
          "distinctRankCount": 971,
          "maxRank": 23576.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.680362,
          "sdRefIntergenicDistribution": 2.441592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3848581,
          "distinctRankCount": 3271,
          "maxRank": 26031.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.395492,
          "sdRefIntergenicDistribution": 1.496226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 138528,
          "distinctRankCount": 455,
          "maxRank": 21572.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.040032,
          "sdRefIntergenicDistribution": 1.479553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81929,
          "distinctRankCount": 381,
          "maxRank": 21048.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.035529,
          "sdRefIntergenicDistribution": 1.391504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40483,
          "distinctRankCount": 275,
          "maxRank": 20141.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.326503,
          "sdRefIntergenicDistribution": 1.772508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 596468,
          "distinctRankCount": 985,
          "maxRank": 23497.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.639861,
          "sdRefIntergenicDistribution": 1.384274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20802,
          "distinctRankCount": 188,
          "maxRank": 19332.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.836589,
          "sdRefIntergenicDistribution": 1.498254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131219,
          "distinctRankCount": 464,
          "maxRank": 21821.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.339652,
          "sdRefIntergenicDistribution": 1.526659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189260,
          "distinctRankCount": 593,
          "maxRank": 22184.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.441206,
          "sdRefIntergenicDistribution": 1.808060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 603270,
          "distinctRankCount": 1137,
          "maxRank": 23710.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.620243,
          "sdRefIntergenicDistribution": 1.334449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16837,
          "distinctRankCount": 158,
          "maxRank": 19109.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.138144,
          "sdRefIntergenicDistribution": 1.418659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59037,
          "distinctRankCount": 333,
          "maxRank": 20694.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.157498,
          "sdRefIntergenicDistribution": 2.563339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2593276,
          "distinctRankCount": 2451,
          "maxRank": 25920.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.372288,
          "sdRefIntergenicDistribution": 2.244364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1632767,
          "distinctRankCount": 1823,
          "maxRank": 25561.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.995373,
          "sdRefIntergenicDistribution": 1.932778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1499860,
          "distinctRankCount": 1389,
          "maxRank": 24545.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382560642,
            "mappedReadsCount": 268068246,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.371621,
          "sdRefIntergenicDistribution": 1.940335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1197935,
          "distinctRankCount": 1801,
          "maxRank": 24431.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.007651,
          "sdRefIntergenicDistribution": 1.336813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11118,
          "distinctRankCount": 107,
          "maxRank": 18747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.452930,
          "sdRefIntergenicDistribution": 1.684680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232490,
          "distinctRankCount": 622,
          "maxRank": 22170.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.580438,
          "sdRefIntergenicDistribution": 2.466284,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1663444,
          "distinctRankCount": 1598,
          "maxRank": 24778.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 118.573025,
          "sdRefIntergenicDistribution": 1.262240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8481,
          "distinctRankCount": 107,
          "maxRank": 18705.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.665353,
          "sdRefIntergenicDistribution": 1.446220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57129,
          "distinctRankCount": 323,
          "maxRank": 20405.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.165729,
          "sdRefIntergenicDistribution": 1.722039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 257132,
          "distinctRankCount": 592,
          "maxRank": 22302.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.357414,
          "sdRefIntergenicDistribution": 1.843044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 341687,
          "distinctRankCount": 790,
          "maxRank": 23107.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.429139,
          "sdRefIntergenicDistribution": 2.602317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2189526,
          "distinctRankCount": 1911,
          "maxRank": 25077.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.780796,
          "sdRefIntergenicDistribution": 3.140978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7104519,
          "distinctRankCount": 3194,
          "maxRank": 26761.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.428184,
          "sdRefIntergenicDistribution": 1.622155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118019,
          "distinctRankCount": 402,
          "maxRank": 21455.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.227408,
          "sdRefIntergenicDistribution": 1.731342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 209687,
          "distinctRankCount": 520,
          "maxRank": 21967.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383297123,
            "mappedReadsCount": 250372034,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "MonoDC",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.442659,
          "sdRefIntergenicDistribution": 1.607690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131316,
          "distinctRankCount": 522,
          "maxRank": 21542.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 374642504,
            "mappedReadsCount": 233459353,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.285699,
          "sdRefIntergenicDistribution": 1.430449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9533,
          "distinctRankCount": 94,
          "maxRank": 18752.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 374642504,
            "mappedReadsCount": 233459353,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 237.735012,
          "sdRefIntergenicDistribution": 1.273959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4332,
          "distinctRankCount": 55,
          "maxRank": 18247.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 374642504,
            "mappedReadsCount": 233459353,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 360.944516,
          "sdRefIntergenicDistribution": 1.848832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4435,
          "distinctRankCount": 14,
          "maxRank": 17615.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 374642504,
            "mappedReadsCount": 233459353,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000014",
              "name": "zone of skin"
            },
            "anatEntityAuthorAnnotation": "skin",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.789766,
          "sdRefIntergenicDistribution": 1.512272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36406,
          "distinctRankCount": 222,
          "maxRank": 19621.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.081474,
          "sdRefIntergenicDistribution": 2.367676,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1097160,
          "distinctRankCount": 1151,
          "maxRank": 24326.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pro Pre B cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.462117,
          "sdRefIntergenicDistribution": 1.686737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132322,
          "distinctRankCount": 504,
          "maxRank": 21703.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.187617,
          "sdRefIntergenicDistribution": 1.775936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160463,
          "distinctRankCount": 483,
          "maxRank": 22139.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.607083,
          "sdRefIntergenicDistribution": 1.559337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79823,
          "distinctRankCount": 335,
          "maxRank": 20965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.238640,
          "sdRefIntergenicDistribution": 3.021103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3792332,
          "distinctRankCount": 2511,
          "maxRank": 26197.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.693192,
          "sdRefIntergenicDistribution": 1.678563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24463,
          "distinctRankCount": 149,
          "maxRank": 19427.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.437748,
          "sdRefIntergenicDistribution": 1.776800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 206084,
          "distinctRankCount": 525,
          "maxRank": 22064.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "MonoDC",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.123839,
          "sdRefIntergenicDistribution": 2.128090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 566309,
          "distinctRankCount": 1009,
          "maxRank": 23540.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Neut myeloid",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.796134,
          "sdRefIntergenicDistribution": 1.677926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32626,
          "distinctRankCount": 207,
          "maxRank": 19671.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 377122282,
            "mappedReadsCount": 240432849,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000081",
              "name": "metanephros"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.331542,
          "sdRefIntergenicDistribution": 1.737401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 180068,
          "distinctRankCount": 484,
          "maxRank": 22105.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC progenitor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.772760,
          "sdRefIntergenicDistribution": 1.594604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103945,
          "distinctRankCount": 513,
          "maxRank": 21381.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.803256,
          "sdRefIntergenicDistribution": 1.667868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95286,
          "distinctRankCount": 476,
          "maxRank": 21011.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.000256,
          "sdRefIntergenicDistribution": 1.580853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 100900,
          "distinctRankCount": 478,
          "maxRank": 21205.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.276427,
          "sdRefIntergenicDistribution": 1.630380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90771,
          "distinctRankCount": 413,
          "maxRank": 21300.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.043983,
          "sdRefIntergenicDistribution": 2.239268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 997549,
          "distinctRankCount": 1636,
          "maxRank": 24587.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.252597,
          "sdRefIntergenicDistribution": 1.809344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 338830,
          "distinctRankCount": 1071,
          "maxRank": 23061.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.251241,
          "sdRefIntergenicDistribution": 1.707619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 211844,
          "distinctRankCount": 685,
          "maxRank": 22199.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelium",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.577409,
          "sdRefIntergenicDistribution": 1.743968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 204155,
          "distinctRankCount": 762,
          "maxRank": 22611.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.309636,
          "sdRefIntergenicDistribution": 1.857967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 405414,
          "distinctRankCount": 788,
          "maxRank": 21807.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid II",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.855266,
          "sdRefIntergenicDistribution": 1.817033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 360969,
          "distinctRankCount": 1233,
          "maxRank": 22285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.635659,
          "sdRefIntergenicDistribution": 1.527625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 86086,
          "distinctRankCount": 415,
          "maxRank": 20910.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.984182,
          "sdRefIntergenicDistribution": 1.532908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73361,
          "distinctRankCount": 385,
          "maxRank": 20754.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.327943,
          "sdRefIntergenicDistribution": 2.149085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1401961,
          "distinctRankCount": 2154,
          "maxRank": 24463.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 362820680,
            "mappedReadsCount": 239971255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000030",
              "name": "Carnegie stage 23 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 7 weeks gestation (7 PCW, CS23)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.069148,
          "sdRefIntergenicDistribution": 1.512391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38660,
          "distinctRankCount": 264,
          "maxRank": 19721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.665610,
          "sdRefIntergenicDistribution": 1.603556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 273388,
          "distinctRankCount": 680,
          "maxRank": 22699.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.516852,
          "sdRefIntergenicDistribution": 3.231675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13397762,
          "distinctRankCount": 4767,
          "maxRank": 26855.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.733352,
          "sdRefIntergenicDistribution": 1.703816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 362451,
          "distinctRankCount": 951,
          "maxRank": 23139.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.623036,
          "sdRefIntergenicDistribution": 1.939156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1018118,
          "distinctRankCount": 1648,
          "maxRank": 24200.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218343,
          "sdRefIntergenicDistribution": 2.602572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12335379,
          "distinctRankCount": 2193,
          "maxRank": 25074.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.826047,
          "sdRefIntergenicDistribution": 1.525761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45880,
          "distinctRankCount": 214,
          "maxRank": 19941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid III",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.209815,
          "sdRefIntergenicDistribution": 1.881680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1169027,
          "distinctRankCount": 735,
          "maxRank": 22305.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.224968,
          "sdRefIntergenicDistribution": 1.630209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 308279,
          "distinctRankCount": 912,
          "maxRank": 22865.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.914577,
          "sdRefIntergenicDistribution": 1.709797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 455625,
          "distinctRankCount": 872,
          "maxRank": 22928.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.670227,
          "sdRefIntergenicDistribution": 1.536902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136759,
          "distinctRankCount": 480,
          "maxRank": 21822.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.238150,
          "sdRefIntergenicDistribution": 1.475981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112658,
          "distinctRankCount": 412,
          "maxRank": 21302.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 357767724,
            "mappedReadsCount": 281367605,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.060821,
          "sdRefIntergenicDistribution": 1.340506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19750,
          "distinctRankCount": 149,
          "maxRank": 19435.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.587328,
          "sdRefIntergenicDistribution": 1.656247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283553,
          "distinctRankCount": 747,
          "maxRank": 22731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.534661,
          "sdRefIntergenicDistribution": 3.207054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12116833,
          "distinctRankCount": 4795,
          "maxRank": 26646.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.687433,
          "sdRefIntergenicDistribution": 1.711509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 366190,
          "distinctRankCount": 934,
          "maxRank": 23195.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.215018,
          "sdRefIntergenicDistribution": 1.801460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 657063,
          "distinctRankCount": 1245,
          "maxRank": 23729.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240450,
          "sdRefIntergenicDistribution": 2.572464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10534228,
          "distinctRankCount": 2041,
          "maxRank": 24815.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.825752,
          "sdRefIntergenicDistribution": 1.527526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58066,
          "distinctRankCount": 183,
          "maxRank": 19563.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid III",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.278827,
          "sdRefIntergenicDistribution": 1.941266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1101580,
          "distinctRankCount": 698,
          "maxRank": 22204.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.599478,
          "sdRefIntergenicDistribution": 1.706276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 376572,
          "distinctRankCount": 1056,
          "maxRank": 23014.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.894722,
          "sdRefIntergenicDistribution": 1.559704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 205022,
          "distinctRankCount": 536,
          "maxRank": 22065.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.295599,
          "sdRefIntergenicDistribution": 1.531799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96138,
          "distinctRankCount": 434,
          "maxRank": 21377.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.121454,
          "sdRefIntergenicDistribution": 1.405357,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42537,
          "distinctRankCount": 254,
          "maxRank": 20094.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.911909,
          "sdRefIntergenicDistribution": 1.374193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22714,
          "distinctRankCount": 158,
          "maxRank": 19511.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 369617109,
            "mappedReadsCount": 295038324,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelium",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 247.657165,
          "sdRefIntergenicDistribution": 1.305653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4195,
          "distinctRankCount": 56,
          "maxRank": 18362.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.481070,
          "sdRefIntergenicDistribution": 1.463720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 100814,
          "distinctRankCount": 412,
          "maxRank": 21305.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 130.007700,
          "sdRefIntergenicDistribution": 1.322045,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8913,
          "distinctRankCount": 69,
          "maxRank": 18579.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.656169,
          "sdRefIntergenicDistribution": 3.329684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11269098,
          "distinctRankCount": 4800,
          "maxRank": 27013.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.905203,
          "sdRefIntergenicDistribution": 1.903614,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 844504,
          "distinctRankCount": 1607,
          "maxRank": 24061.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.906025,
          "sdRefIntergenicDistribution": 1.738921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 440645,
          "distinctRankCount": 463,
          "maxRank": 21572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.944576,
          "sdRefIntergenicDistribution": 1.999079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 901282,
          "distinctRankCount": 1616,
          "maxRank": 24102.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.745086,
          "sdRefIntergenicDistribution": 1.244733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14125,
          "distinctRankCount": 126,
          "maxRank": 18937.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 118.127197,
          "sdRefIntergenicDistribution": 1.331684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9136,
          "distinctRankCount": 88,
          "maxRank": 18665.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.274343,
          "sdRefIntergenicDistribution": 1.550622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 194901,
          "distinctRankCount": 653,
          "maxRank": 22263.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.738441,
          "sdRefIntergenicDistribution": 1.454365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38030,
          "distinctRankCount": 252,
          "maxRank": 20417.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelium",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.951403,
          "sdRefIntergenicDistribution": 1.845500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 521054,
          "distinctRankCount": 1173,
          "maxRank": 23996.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 376516758,
            "mappedReadsCount": 280735666,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.624228,
          "sdRefIntergenicDistribution": 1.801952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 568088,
          "distinctRankCount": 1262,
          "maxRank": 23420.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.804641,
          "sdRefIntergenicDistribution": 1.581380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182499,
          "distinctRankCount": 1093,
          "maxRank": 22187.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.616226,
          "sdRefIntergenicDistribution": 1.540337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102691,
          "distinctRankCount": 631,
          "maxRank": 21345.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.669828,
          "sdRefIntergenicDistribution": 3.321718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11053363,
          "distinctRankCount": 7177,
          "maxRank": 27079.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.252876,
          "sdRefIntergenicDistribution": 1.883637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 701497,
          "distinctRankCount": 2891,
          "maxRank": 24000.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.191500,
          "sdRefIntergenicDistribution": 1.731355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 403313,
          "distinctRankCount": 603,
          "maxRank": 21579.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.704358,
          "sdRefIntergenicDistribution": 1.867079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 579269,
          "distinctRankCount": 2623,
          "maxRank": 23636.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.027174,
          "sdRefIntergenicDistribution": 1.324933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13951,
          "distinctRankCount": 171,
          "maxRank": 18929.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.321712,
          "sdRefIntergenicDistribution": 1.447887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69754,
          "distinctRankCount": 346,
          "maxRank": 20640.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.114305,
          "sdRefIntergenicDistribution": 1.429076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38562,
          "distinctRankCount": 311,
          "maxRank": 20243.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelium",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.175509,
          "sdRefIntergenicDistribution": 1.870307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 486833,
          "distinctRankCount": 2628,
          "maxRank": 23929.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 333465773,
            "mappedReadsCount": 243248340,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.127947,
          "sdRefIntergenicDistribution": 1.928400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 773897,
          "distinctRankCount": 3401,
          "maxRank": 23807.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Early mast cell",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.813413,
          "sdRefIntergenicDistribution": 1.516510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179617,
          "distinctRankCount": 1105,
          "maxRank": 22021.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage I",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.381618,
          "sdRefIntergenicDistribution": 1.351799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 77386,
          "distinctRankCount": 435,
          "maxRank": 21254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "yolk sac Macrophage II",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.709647,
          "sdRefIntergenicDistribution": 3.325977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10726997,
          "distinctRankCount": 7222,
          "maxRank": 27048.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000048",
              "name": "multi fate stem cell"
            },
            "cellTypeAuthorAnnotation": "yolk sac progenitor/MPP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.501059,
          "sdRefIntergenicDistribution": 1.800753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 601981,
          "distinctRankCount": 2599,
          "maxRank": 23818.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000051",
              "name": "common lymphoid progenitor"
            },
            "cellTypeAuthorAnnotation": "Lymphoid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.238002,
          "sdRefIntergenicDistribution": 1.953864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 760562,
          "distinctRankCount": 3144,
          "maxRank": 24005.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.991227,
          "sdRefIntergenicDistribution": 1.308870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44773,
          "distinctRankCount": 377,
          "maxRank": 20362.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.134423,
          "sdRefIntergenicDistribution": 1.430694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40264,
          "distinctRankCount": 489,
          "maxRank": 20178.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000049",
              "name": "common myeloid progenitor"
            },
            "cellTypeAuthorAnnotation": "Myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.319448,
          "sdRefIntergenicDistribution": 1.525253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 193117,
          "distinctRankCount": 1054,
          "maxRank": 22274.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK early",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.355916,
          "sdRefIntergenicDistribution": 1.485466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87617,
          "distinctRankCount": 775,
          "maxRank": 21357.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelium",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.319629,
          "sdRefIntergenicDistribution": 1.855425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 465894,
          "distinctRankCount": 2484,
          "maxRank": 23957.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC progenitor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.613946,
          "sdRefIntergenicDistribution": 1.821714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 578489,
          "distinctRankCount": 3221,
          "maxRank": 23440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 385997941,
            "mappedReadsCount": 284716004,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "yolk sac",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000021",
              "name": "Carnegie stage 14 (human)"
            },
            "devStageAuthorAnnotation": "embryo at 4 weeks gestation (4 PCW, CS14)",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 149.866302,
          "sdRefIntergenicDistribution": 1.242895,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6917,
          "distinctRankCount": 93,
          "maxRank": 18603.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.606601,
          "sdRefIntergenicDistribution": 1.499410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 101473,
          "distinctRankCount": 375,
          "maxRank": 21517.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.386436,
          "sdRefIntergenicDistribution": 1.404877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40725,
          "distinctRankCount": 305,
          "maxRank": 20702.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.833266,
          "sdRefIntergenicDistribution": 1.537253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122046,
          "distinctRankCount": 429,
          "maxRank": 21965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.822494,
          "sdRefIntergenicDistribution": 3.286871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11697961,
          "distinctRankCount": 4871,
          "maxRank": 26994.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.674954,
          "sdRefIntergenicDistribution": 1.312032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20236,
          "distinctRankCount": 174,
          "maxRank": 19483.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.959106,
          "sdRefIntergenicDistribution": 1.764053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 426675,
          "distinctRankCount": 332,
          "maxRank": 21100.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.615227,
          "sdRefIntergenicDistribution": 1.442724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 84508,
          "distinctRankCount": 387,
          "maxRank": 20846.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.801064,
          "sdRefIntergenicDistribution": 1.151987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5711,
          "distinctRankCount": 72,
          "maxRank": 18280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.176103,
          "sdRefIntergenicDistribution": 1.792721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 340934,
          "distinctRankCount": 1126,
          "maxRank": 23127.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.301392,
          "sdRefIntergenicDistribution": 2.207513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 869891,
          "distinctRankCount": 1343,
          "maxRank": 24285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.042524,
          "sdRefIntergenicDistribution": 1.822267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 282193,
          "distinctRankCount": 705,
          "maxRank": 22605.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.574056,
          "sdRefIntergenicDistribution": 1.315333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24471,
          "distinctRankCount": 184,
          "maxRank": 19838.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.908762,
          "sdRefIntergenicDistribution": 1.612233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 216754,
          "distinctRankCount": 771,
          "maxRank": 22461.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 369.993117,
          "sdRefIntergenicDistribution": 1.281720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2791,
          "distinctRankCount": 32,
          "maxRank": 18142.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.474964,
          "sdRefIntergenicDistribution": 2.035903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 516232,
          "distinctRankCount": 1042,
          "maxRank": 23688.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 201.332709,
          "sdRefIntergenicDistribution": 1.209489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4990,
          "distinctRankCount": 60,
          "maxRank": 18406.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.713510,
          "sdRefIntergenicDistribution": 1.328346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33229,
          "distinctRankCount": 231,
          "maxRank": 20283.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.344069,
          "sdRefIntergenicDistribution": 1.417893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92171,
          "distinctRankCount": 464,
          "maxRank": 21232.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 245.477407,
          "sdRefIntergenicDistribution": 1.375388,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4443,
          "distinctRankCount": 42,
          "maxRank": 18139.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.220652,
          "sdRefIntergenicDistribution": 1.452406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87331,
          "distinctRankCount": 394,
          "maxRank": 21088.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.838373,
          "sdRefIntergenicDistribution": 2.240866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1186584,
          "distinctRankCount": 1606,
          "maxRank": 24341.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.903108,
          "sdRefIntergenicDistribution": 1.529660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120190,
          "distinctRankCount": 435,
          "maxRank": 21838.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.286600,
          "sdRefIntergenicDistribution": 1.396818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30317,
          "distinctRankCount": 232,
          "maxRank": 20235.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.977101,
          "sdRefIntergenicDistribution": 1.350237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31307,
          "distinctRankCount": 228,
          "maxRank": 20455.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 370081593,
            "mappedReadsCount": 256810843,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.802195,
          "sdRefIntergenicDistribution": 1.377393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41991,
          "distinctRankCount": 198,
          "maxRank": 19949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.296382,
          "sdRefIntergenicDistribution": 1.838017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 346795,
          "distinctRankCount": 863,
          "maxRank": 22965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.184628,
          "sdRefIntergenicDistribution": 1.493581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67956,
          "distinctRankCount": 430,
          "maxRank": 21140.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.972126,
          "sdRefIntergenicDistribution": 1.640590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140625,
          "distinctRankCount": 516,
          "maxRank": 22041.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.792200,
          "sdRefIntergenicDistribution": 3.348264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10070150,
          "distinctRankCount": 4582,
          "maxRank": 26495.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.374264,
          "sdRefIntergenicDistribution": 1.972751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 565812,
          "distinctRankCount": 464,
          "maxRank": 21690.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.439904,
          "sdRefIntergenicDistribution": 1.769739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104605,
          "distinctRankCount": 365,
          "maxRank": 20730.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.831043,
          "sdRefIntergenicDistribution": 1.374536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19847,
          "distinctRankCount": 159,
          "maxRank": 19485.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.047192,
          "sdRefIntergenicDistribution": 1.804231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283296,
          "distinctRankCount": 1213,
          "maxRank": 22853.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.831199,
          "sdRefIntergenicDistribution": 2.446145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1347636,
          "distinctRankCount": 1750,
          "maxRank": 24592.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.447635,
          "sdRefIntergenicDistribution": 2.053221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 486524,
          "distinctRankCount": 874,
          "maxRank": 23192.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.130342,
          "sdRefIntergenicDistribution": 1.535531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78260,
          "distinctRankCount": 387,
          "maxRank": 21037.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.596682,
          "sdRefIntergenicDistribution": 1.775650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 307702,
          "distinctRankCount": 1069,
          "maxRank": 22809.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.708968,
          "sdRefIntergenicDistribution": 2.300490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 814055,
          "distinctRankCount": 1293,
          "maxRank": 24016.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.234852,
          "sdRefIntergenicDistribution": 1.343130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11222,
          "distinctRankCount": 111,
          "maxRank": 19046.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.370804,
          "sdRefIntergenicDistribution": 1.542732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96488,
          "distinctRankCount": 463,
          "maxRank": 21571.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.235777,
          "sdRefIntergenicDistribution": 1.457756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96136,
          "distinctRankCount": 475,
          "maxRank": 21222.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.631314,
          "sdRefIntergenicDistribution": 1.578230,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104630,
          "distinctRankCount": 448,
          "maxRank": 21290.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.668946,
          "sdRefIntergenicDistribution": 2.351713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1376358,
          "distinctRankCount": 1907,
          "maxRank": 24254.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.357667,
          "sdRefIntergenicDistribution": 1.709040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179530,
          "distinctRankCount": 538,
          "maxRank": 22310.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.177672,
          "sdRefIntergenicDistribution": 1.472007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25047,
          "distinctRankCount": 230,
          "maxRank": 20165.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.191731,
          "sdRefIntergenicDistribution": 1.336637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20169,
          "distinctRankCount": 188,
          "maxRank": 19735.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 405630844,
            "mappedReadsCount": 288040813,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.367351,
          "sdRefIntergenicDistribution": 1.761477,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63075,
          "distinctRankCount": 247,
          "maxRank": 19923.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.122717,
          "sdRefIntergenicDistribution": 2.158635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1920511,
          "distinctRankCount": 2239,
          "maxRank": 25303.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.372097,
          "sdRefIntergenicDistribution": 2.994422,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15529158,
          "distinctRankCount": 5964,
          "maxRank": 26855.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.011112,
          "sdRefIntergenicDistribution": 1.908605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1375356,
          "distinctRankCount": 597,
          "maxRank": 22205.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220158,
          "sdRefIntergenicDistribution": 3.273337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34617736,
          "distinctRankCount": 6236,
          "maxRank": 27158.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.804898,
          "sdRefIntergenicDistribution": 1.821460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 833692,
          "distinctRankCount": 1376,
          "maxRank": 24048.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.960988,
          "sdRefIntergenicDistribution": 2.197018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2239481,
          "distinctRankCount": 2558,
          "maxRank": 25134.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.088674,
          "sdRefIntergenicDistribution": 1.308047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13678,
          "distinctRankCount": 112,
          "maxRank": 19094.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.087913,
          "sdRefIntergenicDistribution": 1.391850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52817,
          "distinctRankCount": 324,
          "maxRank": 20522.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.266195,
          "sdRefIntergenicDistribution": 1.237864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13959,
          "distinctRankCount": 134,
          "maxRank": 19106.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.827940,
          "sdRefIntergenicDistribution": 1.576881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 445679,
          "distinctRankCount": 876,
          "maxRank": 23276.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.960039,
          "sdRefIntergenicDistribution": 1.323990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22291,
          "distinctRankCount": 182,
          "maxRank": 19652.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.985465,
          "sdRefIntergenicDistribution": 1.355684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73165,
          "distinctRankCount": 352,
          "maxRank": 20982.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.166132,
          "sdRefIntergenicDistribution": 1.507628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 166870,
          "distinctRankCount": 581,
          "maxRank": 22214.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.921958,
          "sdRefIntergenicDistribution": 1.297500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22723,
          "distinctRankCount": 170,
          "maxRank": 19504.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.485514,
          "sdRefIntergenicDistribution": 1.670966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 239238,
          "distinctRankCount": 750,
          "maxRank": 23405.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.805066,
          "sdRefIntergenicDistribution": 1.690209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 357047,
          "distinctRankCount": 793,
          "maxRank": 23587.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.421314,
          "sdRefIntergenicDistribution": 2.281720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5355493,
          "distinctRankCount": 2445,
          "maxRank": 25716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.449101,
          "sdRefIntergenicDistribution": 1.937649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1160025,
          "distinctRankCount": 1841,
          "maxRank": 24299.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 384892866,
            "mappedReadsCount": 287198229,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.778363,
          "sdRefIntergenicDistribution": 1.301209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32467,
          "distinctRankCount": 219,
          "maxRank": 20192.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.053092,
          "sdRefIntergenicDistribution": 2.193572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2158126,
          "distinctRankCount": 3237,
          "maxRank": 25454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.380009,
          "sdRefIntergenicDistribution": 2.951198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15374960,
          "distinctRankCount": 7376,
          "maxRank": 27052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.042878,
          "sdRefIntergenicDistribution": 1.839963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1270129,
          "distinctRankCount": 600,
          "maxRank": 22109.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.219043,
          "sdRefIntergenicDistribution": 3.185321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34773045,
          "distinctRankCount": 7551,
          "maxRank": 27336.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.143665,
          "sdRefIntergenicDistribution": 1.744371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 666518,
          "distinctRankCount": 1657,
          "maxRank": 23951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.017028,
          "sdRefIntergenicDistribution": 2.199999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2129444,
          "distinctRankCount": 3472,
          "maxRank": 25131.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 159.751573,
          "sdRefIntergenicDistribution": 1.149142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6342,
          "distinctRankCount": 67,
          "maxRank": 18505.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.167875,
          "sdRefIntergenicDistribution": 1.252772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14157,
          "distinctRankCount": 140,
          "maxRank": 18996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.431575,
          "sdRefIntergenicDistribution": 1.445697,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 214721,
          "distinctRankCount": 637,
          "maxRank": 22384.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.021984,
          "sdRefIntergenicDistribution": 1.313376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41714,
          "distinctRankCount": 303,
          "maxRank": 20433.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.698419,
          "sdRefIntergenicDistribution": 1.398956,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105091,
          "distinctRankCount": 528,
          "maxRank": 21476.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.284176,
          "sdRefIntergenicDistribution": 1.535264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 231965,
          "distinctRankCount": 864,
          "maxRank": 22536.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.223329,
          "sdRefIntergenicDistribution": 1.320488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36843,
          "distinctRankCount": 231,
          "maxRank": 20126.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.489776,
          "sdRefIntergenicDistribution": 1.706025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 304452,
          "distinctRankCount": 1088,
          "maxRank": 23634.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.569566,
          "sdRefIntergenicDistribution": 1.652767,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 285998,
          "distinctRankCount": 1016,
          "maxRank": 23173.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.422289,
          "sdRefIntergenicDistribution": 2.200469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4944996,
          "distinctRankCount": 3043,
          "maxRank": 25646.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.485892,
          "sdRefIntergenicDistribution": 1.883807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1094457,
          "distinctRankCount": 2551,
          "maxRank": 24337.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 371433513,
            "mappedReadsCount": 274406266,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000051",
              "name": "14th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 13 weeks gestation",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.293120,
          "sdRefIntergenicDistribution": 1.340403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43906,
          "distinctRankCount": 284,
          "maxRank": 20575.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.146127,
          "sdRefIntergenicDistribution": 2.290457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1077384,
          "distinctRankCount": 1442,
          "maxRank": 24338.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.307902,
          "sdRefIntergenicDistribution": 3.267150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8617778,
          "distinctRankCount": 5001,
          "maxRank": 27169.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.663058,
          "sdRefIntergenicDistribution": 1.712914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59635,
          "distinctRankCount": 259,
          "maxRank": 20125.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.869616,
          "sdRefIntergenicDistribution": 1.781409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 682166,
          "distinctRankCount": 331,
          "maxRank": 21026.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.845678,
          "sdRefIntergenicDistribution": 1.807928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 334225,
          "distinctRankCount": 557,
          "maxRank": 21773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 269.618918,
          "sdRefIntergenicDistribution": 1.224061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4039,
          "distinctRankCount": 47,
          "maxRank": 18182.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.711386,
          "sdRefIntergenicDistribution": 2.905055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2692706,
          "distinctRankCount": 2962,
          "maxRank": 25813.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.925760,
          "sdRefIntergenicDistribution": 2.417588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1314854,
          "distinctRankCount": 1790,
          "maxRank": 24486.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.394397,
          "sdRefIntergenicDistribution": 1.580490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148602,
          "distinctRankCount": 580,
          "maxRank": 21875.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.978354,
          "sdRefIntergenicDistribution": 1.318739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10161,
          "distinctRankCount": 88,
          "maxRank": 18642.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.759982,
          "sdRefIntergenicDistribution": 2.690517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2019927,
          "distinctRankCount": 2119,
          "maxRank": 25097.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.661216,
          "sdRefIntergenicDistribution": 1.788047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 178929,
          "distinctRankCount": 641,
          "maxRank": 22462.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.437632,
          "sdRefIntergenicDistribution": 1.486884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46640,
          "distinctRankCount": 340,
          "maxRank": 20438.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.169093,
          "sdRefIntergenicDistribution": 1.336082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15512,
          "distinctRankCount": 163,
          "maxRank": 19239.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.504447,
          "sdRefIntergenicDistribution": 2.191631,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 830949,
          "distinctRankCount": 1509,
          "maxRank": 24143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.975262,
          "sdRefIntergenicDistribution": 2.175564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1054683,
          "distinctRankCount": 1917,
          "maxRank": 24194.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.650758,
          "sdRefIntergenicDistribution": 1.531934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123174,
          "distinctRankCount": 229,
          "maxRank": 20461.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.400208,
          "sdRefIntergenicDistribution": 1.792459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 265463,
          "distinctRankCount": 726,
          "maxRank": 22283.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.333394,
          "sdRefIntergenicDistribution": 2.992772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4039291,
          "distinctRankCount": 3416,
          "maxRank": 25906.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.171708,
          "sdRefIntergenicDistribution": 2.324038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1121194,
          "distinctRankCount": 1435,
          "maxRank": 24527.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.281297,
          "sdRefIntergenicDistribution": 1.456562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38843,
          "distinctRankCount": 337,
          "maxRank": 20512.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 252.839421,
          "sdRefIntergenicDistribution": 1.124173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4069,
          "distinctRankCount": 38,
          "maxRank": 18349.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 382216031,
            "mappedReadsCount": 236495382,
            "minReadLength": 96,
            "maxReadLength": 96
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.111727,
          "sdRefIntergenicDistribution": 2.317350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1145875,
          "distinctRankCount": 1426,
          "maxRank": 24546.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.366089,
          "sdRefIntergenicDistribution": 3.236408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22730574,
          "distinctRankCount": 8431,
          "maxRank": 27550.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.438983,
          "sdRefIntergenicDistribution": 2.081698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3687242,
          "distinctRankCount": 1082,
          "maxRank": 23465.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.248375,
          "sdRefIntergenicDistribution": 3.375940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40793580,
          "distinctRankCount": 8220,
          "maxRank": 27775.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.684978,
          "sdRefIntergenicDistribution": 2.462656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4258216,
          "distinctRankCount": 5014,
          "maxRank": 25990.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.165248,
          "sdRefIntergenicDistribution": 1.338526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7899,
          "distinctRankCount": 102,
          "maxRank": 18690.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.870046,
          "sdRefIntergenicDistribution": 1.407099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102198,
          "distinctRankCount": 458,
          "maxRank": 21309.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.978413,
          "sdRefIntergenicDistribution": 1.359597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64250,
          "distinctRankCount": 318,
          "maxRank": 20695.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.114468,
          "sdRefIntergenicDistribution": 1.479767,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 231023,
          "distinctRankCount": 707,
          "maxRank": 22417.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.623327,
          "sdRefIntergenicDistribution": 1.379277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27438,
          "distinctRankCount": 231,
          "maxRank": 19941.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.029581,
          "sdRefIntergenicDistribution": 1.384893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55826,
          "distinctRankCount": 353,
          "maxRank": 20662.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.932787,
          "sdRefIntergenicDistribution": 1.452924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70814,
          "distinctRankCount": 353,
          "maxRank": 21057.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.926442,
          "sdRefIntergenicDistribution": 1.249084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36287,
          "distinctRankCount": 276,
          "maxRank": 19992.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.702885,
          "sdRefIntergenicDistribution": 1.791476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 546319,
          "distinctRankCount": 1577,
          "maxRank": 23696.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.488539,
          "sdRefIntergenicDistribution": 1.309082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14807,
          "distinctRankCount": 131,
          "maxRank": 19007.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.890118,
          "sdRefIntergenicDistribution": 1.300953,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51990,
          "distinctRankCount": 316,
          "maxRank": 20464.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.925518,
          "sdRefIntergenicDistribution": 2.172314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1015104,
          "distinctRankCount": 2434,
          "maxRank": 24716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.156216,
          "sdRefIntergenicDistribution": 1.293881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17708,
          "distinctRankCount": 133,
          "maxRank": 19317.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.813416,
          "sdRefIntergenicDistribution": 1.173706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14078,
          "distinctRankCount": 137,
          "maxRank": 19043.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.237634,
          "sdRefIntergenicDistribution": 2.037793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1434981,
          "distinctRankCount": 2871,
          "maxRank": 24817.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.962213,
          "sdRefIntergenicDistribution": 2.066355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2017400,
          "distinctRankCount": 3519,
          "maxRank": 24973.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.365736,
          "sdRefIntergenicDistribution": 1.815680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157175,
          "distinctRankCount": 328,
          "maxRank": 20350.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 338743831,
            "mappedReadsCount": 243554692,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000054",
              "name": "17th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 16 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.956975,
          "sdRefIntergenicDistribution": 2.326188,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2591160,
          "distinctRankCount": 3771,
          "maxRank": 25731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.788140,
          "sdRefIntergenicDistribution": 2.083698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1076157,
          "distinctRankCount": 2433,
          "maxRank": 24464.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.692158,
          "sdRefIntergenicDistribution": 2.410495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3936629,
          "distinctRankCount": 5380,
          "maxRank": 25721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.946089,
          "sdRefIntergenicDistribution": 2.026862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 146437,
          "distinctRankCount": 161,
          "maxRank": 19157.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.420307,
          "sdRefIntergenicDistribution": 1.846080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1070858,
          "distinctRankCount": 2604,
          "maxRank": 23696.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.272833,
          "sdRefIntergenicDistribution": 2.487862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2471234,
          "distinctRankCount": 3850,
          "maxRank": 25733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.891906,
          "sdRefIntergenicDistribution": 2.293349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2596158,
          "distinctRankCount": 4782,
          "maxRank": 25441.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.412484,
          "sdRefIntergenicDistribution": 2.050252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1297683,
          "distinctRankCount": 3490,
          "maxRank": 24553.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.951505,
          "sdRefIntergenicDistribution": 2.103947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1028733,
          "distinctRankCount": 2289,
          "maxRank": 24542.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.868731,
          "sdRefIntergenicDistribution": 2.030813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 972242,
          "distinctRankCount": 2009,
          "maxRank": 24269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.540506,
          "sdRefIntergenicDistribution": 1.726884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 386619,
          "distinctRankCount": 1388,
          "maxRank": 23172.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.688640,
          "sdRefIntergenicDistribution": 1.841495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 891643,
          "distinctRankCount": 2070,
          "maxRank": 23993.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.528301,
          "sdRefIntergenicDistribution": 2.305900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1600749,
          "distinctRankCount": 3073,
          "maxRank": 24812.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.416179,
          "sdRefIntergenicDistribution": 1.816507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 436043,
          "distinctRankCount": 2029,
          "maxRank": 23257.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.674422,
          "sdRefIntergenicDistribution": 1.493474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91645,
          "distinctRankCount": 644,
          "maxRank": 21476.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.029094,
          "sdRefIntergenicDistribution": 1.798371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 488252,
          "distinctRankCount": 1619,
          "maxRank": 23516.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.326791,
          "sdRefIntergenicDistribution": 2.504523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2370360,
          "distinctRankCount": 3878,
          "maxRank": 25306.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.203564,
          "sdRefIntergenicDistribution": 2.435507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2438284,
          "distinctRankCount": 4558,
          "maxRank": 25322.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.403786,
          "sdRefIntergenicDistribution": 2.310093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1774649,
          "distinctRankCount": 3368,
          "maxRank": 24961.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.918961,
          "sdRefIntergenicDistribution": 1.678007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 341971,
          "distinctRankCount": 1021,
          "maxRank": 22949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.874894,
          "sdRefIntergenicDistribution": 1.617925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 183977,
          "distinctRankCount": 914,
          "maxRank": 22745.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.005947,
          "sdRefIntergenicDistribution": 2.404888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2912276,
          "distinctRankCount": 4417,
          "maxRank": 25946.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.149956,
          "sdRefIntergenicDistribution": 1.801223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 346095,
          "distinctRankCount": 1140,
          "maxRank": 23244.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351650135,
            "mappedReadsCount": 221347037,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.915307,
          "sdRefIntergenicDistribution": 2.093334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1013654,
          "distinctRankCount": 2434,
          "maxRank": 24464.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.666464,
          "sdRefIntergenicDistribution": 1.333393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40299,
          "distinctRankCount": 295,
          "maxRank": 20281.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.445619,
          "sdRefIntergenicDistribution": 2.831267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11720144,
          "distinctRankCount": 7054,
          "maxRank": 26995.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.485322,
          "sdRefIntergenicDistribution": 2.002685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2992729,
          "distinctRankCount": 612,
          "maxRank": 21953.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.312863,
          "sdRefIntergenicDistribution": 3.102589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27369473,
          "distinctRankCount": 8007,
          "maxRank": 27269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.420295,
          "sdRefIntergenicDistribution": 1.821919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 628833,
          "distinctRankCount": 1670,
          "maxRank": 23918.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.842342,
          "sdRefIntergenicDistribution": 2.254576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2694230,
          "distinctRankCount": 4049,
          "maxRank": 25488.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.749835,
          "sdRefIntergenicDistribution": 1.850692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 884812,
          "distinctRankCount": 2174,
          "maxRank": 24083.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.635072,
          "sdRefIntergenicDistribution": 1.528675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 259123,
          "distinctRankCount": 722,
          "maxRank": 22422.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.824557,
          "sdRefIntergenicDistribution": 1.388506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14597,
          "distinctRankCount": 168,
          "maxRank": 19211.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.086532,
          "sdRefIntergenicDistribution": 1.203681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12203,
          "distinctRankCount": 129,
          "maxRank": 18890.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.441428,
          "sdRefIntergenicDistribution": 1.504700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185526,
          "distinctRankCount": 860,
          "maxRank": 22276.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.004344,
          "sdRefIntergenicDistribution": 1.369871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58042,
          "distinctRankCount": 348,
          "maxRank": 20644.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.051310,
          "sdRefIntergenicDistribution": 1.975438,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 837082,
          "distinctRankCount": 2240,
          "maxRank": 24019.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.153310,
          "sdRefIntergenicDistribution": 2.037152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 858407,
          "distinctRankCount": 2039,
          "maxRank": 24546.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 345193005,
            "mappedReadsCount": 245122460,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.933838,
          "sdRefIntergenicDistribution": 2.437553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3206537,
          "distinctRankCount": 4235,
          "maxRank": 25843.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.728091,
          "sdRefIntergenicDistribution": 1.952640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 973475,
          "distinctRankCount": 2337,
          "maxRank": 24095.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.076807,
          "sdRefIntergenicDistribution": 1.777646,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 672756,
          "distinctRankCount": 1924,
          "maxRank": 23516.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.750029,
          "sdRefIntergenicDistribution": 1.933802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1903952,
          "distinctRankCount": 939,
          "maxRank": 22876.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.459465,
          "sdRefIntergenicDistribution": 1.667988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 532634,
          "distinctRankCount": 1523,
          "maxRank": 22812.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.424978,
          "sdRefIntergenicDistribution": 1.924582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 660960,
          "distinctRankCount": 1915,
          "maxRank": 24021.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.495417,
          "sdRefIntergenicDistribution": 1.993109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1100251,
          "distinctRankCount": 3152,
          "maxRank": 24394.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.530286,
          "sdRefIntergenicDistribution": 1.686096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 380705,
          "distinctRankCount": 1611,
          "maxRank": 23130.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000113",
              "name": "mononuclear phagocyte"
            },
            "cellTypeAuthorAnnotation": "Mono-Mac",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.492891,
          "sdRefIntergenicDistribution": 2.211345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1460301,
          "distinctRankCount": 2710,
          "maxRank": 24689.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.948208,
          "sdRefIntergenicDistribution": 1.885676,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 809319,
          "distinctRankCount": 1923,
          "maxRank": 23815.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000557",
              "name": "granulocyte monocyte progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Monocyte precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.210589,
          "sdRefIntergenicDistribution": 1.721862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 417224,
          "distinctRankCount": 1550,
          "maxRank": 22958.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.682466,
          "sdRefIntergenicDistribution": 1.797433,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 841130,
          "distinctRankCount": 1646,
          "maxRank": 23701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.461675,
          "sdRefIntergenicDistribution": 1.969681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 680381,
          "distinctRankCount": 1934,
          "maxRank": 23821.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001029",
              "name": "common dendritic progenitor"
            },
            "cellTypeAuthorAnnotation": "DC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.686792,
          "sdRefIntergenicDistribution": 1.757842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 383882,
          "distinctRankCount": 1540,
          "maxRank": 22990.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.912815,
          "sdRefIntergenicDistribution": 1.357608,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41788,
          "distinctRankCount": 402,
          "maxRank": 20400.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.367668,
          "sdRefIntergenicDistribution": 1.348818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19085,
          "distinctRankCount": 173,
          "maxRank": 19358.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.919880,
          "sdRefIntergenicDistribution": 2.101542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 995893,
          "distinctRankCount": 2547,
          "maxRank": 24147.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.190779,
          "sdRefIntergenicDistribution": 2.201515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1755595,
          "distinctRankCount": 3664,
          "maxRank": 24608.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.382428,
          "sdRefIntergenicDistribution": 2.245719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1651089,
          "distinctRankCount": 3018,
          "maxRank": 24718.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000827",
              "name": "pro-T cell"
            },
            "cellTypeAuthorAnnotation": "Early lymphoid_T lymphocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.067233,
          "sdRefIntergenicDistribution": 1.540371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 199670,
          "distinctRankCount": 861,
          "maxRank": 22324.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.485980,
          "sdRefIntergenicDistribution": 1.524987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141210,
          "distinctRankCount": 901,
          "maxRank": 22390.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.103683,
          "sdRefIntergenicDistribution": 1.835886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 722898,
          "distinctRankCount": 2416,
          "maxRank": 24022.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0001065",
              "name": "innate lymphoid cell"
            },
            "cellTypeAuthorAnnotation": "ILC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.375505,
          "sdRefIntergenicDistribution": 1.617011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148062,
          "distinctRankCount": 615,
          "maxRank": 22091.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.669235,
          "sdRefIntergenicDistribution": 3.049073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10806945,
          "distinctRankCount": 6460,
          "maxRank": 26807.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "VCAM1+ EI macrophage",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.600195,
          "sdRefIntergenicDistribution": 2.108951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3102976,
          "distinctRankCount": 2570,
          "maxRank": 24279.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000990",
              "name": "conventional dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC1",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.413059,
          "sdRefIntergenicDistribution": 1.538674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88048,
          "distinctRankCount": 556,
          "maxRank": 21267.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.488215,
          "sdRefIntergenicDistribution": 1.479976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137799,
          "distinctRankCount": 614,
          "maxRank": 22356.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 381130276,
            "mappedReadsCount": 275172177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.778148,
          "sdRefIntergenicDistribution": 1.553998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 178677,
          "distinctRankCount": 523,
          "maxRank": 21575.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.083237,
          "sdRefIntergenicDistribution": 1.427158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93855,
          "distinctRankCount": 411,
          "maxRank": 21089.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Early Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.270878,
          "sdRefIntergenicDistribution": 3.138442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29498620,
          "distinctRankCount": 7234,
          "maxRank": 27914.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Late Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.938489,
          "sdRefIntergenicDistribution": 1.826197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 680519,
          "distinctRankCount": 456,
          "maxRank": 21337.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Mid Erythroid",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.292892,
          "sdRefIntergenicDistribution": 2.786236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14501746,
          "distinctRankCount": 5490,
          "maxRank": 26741.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.729927,
          "sdRefIntergenicDistribution": 1.573600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 264973,
          "distinctRankCount": 744,
          "maxRank": 22772.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000556",
              "name": "megakaryocyte"
            },
            "cellTypeAuthorAnnotation": "Megakaryocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.776338,
          "sdRefIntergenicDistribution": 2.222436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2666226,
          "distinctRankCount": 3176,
          "maxRank": 25420.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEMP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.995298,
          "sdRefIntergenicDistribution": 1.718265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 693157,
          "distinctRankCount": 1446,
          "maxRank": 23776.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.977675,
          "sdRefIntergenicDistribution": 1.441474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58928,
          "distinctRankCount": 291,
          "maxRank": 20368.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000042",
              "name": "neutrophilic myeloblast"
            },
            "cellTypeAuthorAnnotation": "Neutrophil-myeloid progenitor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.638587,
          "sdRefIntergenicDistribution": 1.466437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 206188,
          "distinctRankCount": 632,
          "maxRank": 22135.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000034",
              "name": "stem cell"
            },
            "cellTypeAuthorAnnotation": "pDC precursor",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.095716,
          "sdRefIntergenicDistribution": 1.383855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39238,
          "distinctRankCount": 246,
          "maxRank": 20088.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Pre pro B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.121752,
          "sdRefIntergenicDistribution": 1.456368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74663,
          "distinctRankCount": 371,
          "maxRank": 20969.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000817",
              "name": "precursor B cell"
            },
            "cellTypeAuthorAnnotation": "pre-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.525102,
          "sdRefIntergenicDistribution": 1.377665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34639,
          "distinctRankCount": 211,
          "maxRank": 19965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000826",
              "name": "pro-B cell"
            },
            "cellTypeAuthorAnnotation": "pro-B cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.287133,
          "sdRefIntergenicDistribution": 1.672766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 407381,
          "distinctRankCount": 963,
          "maxRank": 23124.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "DC2",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.136800,
          "sdRefIntergenicDistribution": 1.369253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67551,
          "distinctRankCount": 393,
          "maxRank": 20883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.095853,
          "sdRefIntergenicDistribution": 2.429680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2604037,
          "distinctRankCount": 2784,
          "maxRank": 25911.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000837",
              "name": "hematopoietic multipotent progenitor cell"
            },
            "cellTypeAuthorAnnotation": "HSC_MPP",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.197006,
          "sdRefIntergenicDistribution": 2.048335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1566285,
          "distinctRankCount": 1981,
          "maxRank": 25019.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000091",
              "name": "Kupffer cell"
            },
            "cellTypeAuthorAnnotation": "Kupffer Cell",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.340193,
          "sdRefIntergenicDistribution": 1.463543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62865,
          "distinctRankCount": 289,
          "maxRank": 20489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "Fibroblast",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.556463,
          "sdRefIntergenicDistribution": 1.744725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 558237,
          "distinctRankCount": 1072,
          "maxRank": 24214.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 314379368,
            "mappedReadsCount": 230335331,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 135153,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP117745_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "ERP117745",
              "xRefName": "Human fetal liver, skin and kidney single cell transcriptome data",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP117745",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-019-1652-y",
            "name": "Human fetal liver, skin and kidney single cell transcriptome data",
            "description": "This is a droplet-based single cell transcriptome data set from 13 human fetal livers (6-18 PCW) and 8 skin and kidney samples (6-12 PCW). It includes 199,642 cells with a mean detected gene number of 3000.",
            "id": "ERP117745"
          },
          "id": "ERX3581511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "Hepatocyte",
            "devStage": {
              "id": "HsapDv:0000050",
              "name": "13th week post-fertilization stage (human)"
            },
            "devStageAuthorAnnotation": "embryo at 12 weeks gestation",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.313449,
          "sdRefIntergenicDistribution": 2.672181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12026102,
          "distinctRankCount": 3854,
          "maxRank": 26885.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz",
        "title": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP117745.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/Homo_sapiens_ERP117745_droplet_based.h5ad",
        "title": "Homo_sapiens_ERP117745_droplet_based.h5ad"
      }
    ]
  }
}